Skip to content
Snippets Groups Projects
Commit 929366b5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Frank Keeney pointed out a manual mistake for certificate convertions

parent e1d8c5da
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment