mirror of
https://github.com/curl/curl.git
synced 2026-07-24 02:47:17 +03: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
for a particular server:
|
||||
|
||||
- `openssl s_client -connect xxxxx.com:443 |tee logfile`
|
||||
- type "QUIT", followed by the "ENTER" key
|
||||
- `openssl s_client -showcerts -servername server -connect server:443 > cacert.pem`
|
||||
- type "quit", followed by the "ENTER" key
|
||||
- The certificate will have "BEGIN CERTIFICATE" and "END CERTIFICATE"
|
||||
markers.
|
||||
- If you want to see the data in the certificate, you can do: "openssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue