mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:27:16 +03:00
Frank Keeney pointed out a manual mistake for certificate convertions
This commit is contained in:
parent
e1d8c5daa7
commit
929366b5ae
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ HTTPS
|
|||
Run the 'openssl' application to convert the certificate. If you cd to the
|
||||
openssl installation, you can do it like:
|
||||
|
||||
# ./apps/openssl pkcs12 -certfile [file you saved] -out [PEMfile]
|
||||
# ./apps/openssl pkcs12 -in [file you saved] -clcerts -out [PEMfile]
|
||||
|
||||
|
||||
RESUMING FILE TRANSFERS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue