mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
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:
@@ -641,7 +641,7 @@ $ certtool --generate-certificate --load-privkey user-key.pem \
|
|||||||
--template user.tmpl --outfile user-cert.pem
|
--template user.tmpl --outfile user-cert.pem
|
||||||
|
|
||||||
$ certtool --to-p12 --load-privkey user-key.pem \
|
$ certtool --to-p12 --load-privkey user-key.pem \
|
||||||
--pkcs-cipher arcfour \
|
--pkcs-cipher 3des-pkcs12 \
|
||||||
--load-certificate user-cert.pem \
|
--load-certificate user-cert.pem \
|
||||||
--outfile user.p12
|
--outfile user.p12
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user