I want to download the ssl certificate from, say https://www.google.com, using wget or any other commands. Any unix command line? wget or openssl?
|
feedback
|
|
I found the answer. Openssl provides it.
| |||
|
feedback
|
|
In order to download the certificate, you need to use openssl with the
That will save the certificate to It looks like it also writes the cert to stdout without | ||||
|
feedback
|