diff options
author | Pali Rohár <pali@kernel.org> | 2020-07-13 00:52:26 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2020-11-10 14:12:53 +0100 |
commit | dee8eded24fb814e6f1be64b3e8505a3b008a2f9 (patch) | |
tree | 790648a38ec0d6f17893c26911476678a6853df2 | |
parent | openssl-cmp.pod.in: Clean up doc of -verify_email, -verify_hostname, and -ver... (diff) | |
download | openssl-dee8eded24fb814e6f1be64b3e8505a3b008a2f9.tar.xz openssl-dee8eded24fb814e6f1be64b3e8505a3b008a2f9.zip |
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)
-rw-r--r-- | doc/man1/openssl-pkcs12.pod.in | 2 |
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. |