use 3des-pkcs12 in the documentation for the generation of PKCS #12 structures

That format seems to be compatible with more clients (e.g. Anyconnect).
This commit is contained in:
Nikos Mavrogiannopoulos
2014-10-19 22:41:06 +02:00
parent 2069af24a8
commit caaf71c792

View File

@@ -641,7 +641,7 @@ $ certtool --generate-certificate --load-privkey user-key.pem \
--template user.tmpl --outfile user-cert.pem
$ certtool --to-p12 --load-privkey user-key.pem \
--pkcs-cipher arcfour \
--pkcs-cipher 3des-pkcs12 \
--load-certificate user-cert.pem \
--outfile user.p12