mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
SSLCERTS: improve the openssl command line
... for extracting certs from a live HTTPS server to make a cacerts.pem from them.
This commit is contained in:
parent
a040ff88e4
commit
9dad3bd665
@ -92,8 +92,8 @@ server, do one of the following:
|
|||||||
If you use the 'openssl' tool, this is one way to get extract the CA cert
|
If you use the 'openssl' tool, this is one way to get extract the CA cert
|
||||||
for a particular server:
|
for a particular server:
|
||||||
|
|
||||||
- `openssl s_client -connect xxxxx.com:443 |tee logfile`
|
- `openssl s_client -showcerts -servername server -connect server:443 > cacert.pem`
|
||||||
- type "QUIT", followed by the "ENTER" key
|
- type "quit", followed by the "ENTER" key
|
||||||
- The certificate will have "BEGIN CERTIFICATE" and "END CERTIFICATE"
|
- The certificate will have "BEGIN CERTIFICATE" and "END CERTIFICATE"
|
||||||
markers.
|
markers.
|
||||||
- If you want to see the data in the certificate, you can do: "openssl
|
- If you want to see the data in the certificate, you can do: "openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user