diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-02 17:12:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-02 17:12:07 +0000 |
commit | 929366b5aead7301c4872713acb543c73443959f (patch) | |
tree | b924d21a441a10a5c67dc943536e35b9a789e298 | |
parent | e1d8c5daa73450f8cbd391751eabef06aedfe14c (diff) |
Frank Keeney pointed out a manual mistake for certificate convertions
-rw-r--r-- | docs/MANUAL | 2 |
1 files changed, 1 insertions, 1 deletions
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 |