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?
|
In order to download the certificate, you need to use the client built into openssl like so:
That will save the certificate to You can use
|
||||
|
|
|
I found the answer. Openssl provides it.
|
|||||||||
|
|
The GNUTLS client tool,
The program is designed to provide an interactive client to the site, so you need to give it empty input to end the interactive session. |
|||
|
|