]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Document pkcs12 alg NONE
authorPali Rohár <pali@kernel.org>
Sun, 12 Jul 2020 22:52:26 +0000 (00:52 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Tue, 10 Nov 2020 13:12:53 +0000 (14:12 +0100)
To generate unencrypted PKCS#12 file it is needed to use options: -keypbe NONE -certpbe NONE

CLA: trivial

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12426)

doc/man1/openssl-pkcs12.pod.in

index c006396260a70160678c88080f04f2331e56b333..adcdc7c1a44fe67c23050fdadba66ee63df3dbc4 100644 (file)
@@ -275,6 +275,8 @@ can be used (see L</NOTES> section for more information). If a cipher name
 is used with PKCS#5 v2.0. For interoperability reasons it is advisable to only
 use PKCS#12 algorithms.
 
+Special value C<NONE> disables encryption of the private key and certificate.
+
 =item B<-keyex>|B<-keysig>
 
 Specifies that the private key is to be used for key exchange or just signing.