electronicsguy / ESP8266

ESP8266 Projects
242 stars 183 forks source link

openssl command #47

Closed zenmanenergy closed 6 years ago

zenmanenergy commented 6 years ago

this is super minor... I don't know if this is specific to a mac's command line, but when I run this:

echo | openssl s_client -connect script.google.com:443 | openssl x509 -fingerprint -noout

I get an error: -bash: syntax error near unexpected token `&'

removing the & fixes it. echo | openssl s_client -connect script.google.com:443 | openssl x509 -fingerprint -noout

electronicsguy commented 6 years ago

@zenmanenergy already documented in Readme's Sec. III(d) under "Note". Are you talking about anything else?