From: Daniel Stenberg Date: Thu, 2 Aug 2001 17:12:07 +0000 (+0000) Subject: Frank Keeney pointed out a manual mistake for certificate convertions X-Git-Tag: curl-7_8_1-pre3~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=929366b5aead7301c4872713acb543c73443959f;p=curl Frank Keeney pointed out a manual mistake for certificate convertions --- diff --git a/docs/MANUAL b/docs/MANUAL index de35e1694..cffaad158 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -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