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
1 changed files with 1 additions and 1 deletions

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