Commit 929366b5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Frank Keeney pointed out a manual mistake for certificate convertions

parent e1d8c5da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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