summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-pkcs12.pod.in
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2020-07-13 00:52:26 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2020-11-10 14:12:53 +0100
commitdee8eded24fb814e6f1be64b3e8505a3b008a2f9 (patch)
tree790648a38ec0d6f17893c26911476678a6853df2 /doc/man1/openssl-pkcs12.pod.in
parentacb934ff55e69d5cc3025d9ba20f4916089d1b83 (diff)
Document pkcs12 alg NONE
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)
Diffstat (limited to 'doc/man1/openssl-pkcs12.pod.in')
-rw-r--r--doc/man1/openssl-pkcs12.pod.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man1/openssl-pkcs12.pod.in b/doc/man1/openssl-pkcs12.pod.in
index c006396260..adcdc7c1a4 100644
--- a/doc/man1/openssl-pkcs12.pod.in
+++ b/doc/man1/openssl-pkcs12.pod.in
@@ -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.