summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-04-15 19:21:28 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-04-19 16:23:46 +0200
commit16b8862d80dbfb627b72cba36739de29235d8f3d (patch)
treeb9e00ab8072b6172de18b88e630fbb16ea2a8952 /doc/man7
parentee203a87ff1ff1af46a5ff11f761bdd07a5503e4 (diff)
PKCS12 etc.: Add hints on using -legacy and -provider-path options
Fixes #14790 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14891)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/openssl-env.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man7/openssl-env.pod b/doc/man7/openssl-env.pod
index f29f5e2835..f691191b6f 100644
--- a/doc/man7/openssl-env.pod
+++ b/doc/man7/openssl-env.pod
@@ -49,6 +49,7 @@ See L<OPENSSL_malloc(3)>.
=item B<OPENSSL_MODULES>
Specifies the directory from which cryptographic providers are loaded.
+Equivalently, the generic B<-provider-path> command-line option may be used.
=item B<OPENSSL_WIN32_UTF8>