1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Frank Keeney pointed out a manual mistake for certificate convertions

This commit is contained in:
Daniel Stenberg 2001-08-02 17:12:07 +00:00
parent e1d8c5daa7
commit 929366b5ae

View File

@ -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