aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-02-26 15:25:43 -0500
committerTomas Mraz <tmraz@fedoraproject.org>2020-03-04 11:41:50 +0100
commita8055c70fa0828636b99fe613a642a2066c0aa8b (patch)
treeda9a326f92e561cb74c66e7458dfab96cf2e80a4 /doc/man7
parent888e2a9bf5e2cf825398b39e5cbabdbc29c71748 (diff)
downloadopenssl-a8055c70fa0828636b99fe613a642a2066c0aa8b.tar.gz
Add some missing env var documentation
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11189)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/openssl-env.pod17
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/man7/openssl-env.pod b/doc/man7/openssl-env.pod
index be89f85172..f59cd59610 100644
--- a/doc/man7/openssl-env.pod
+++ b/doc/man7/openssl-env.pod
@@ -20,15 +20,22 @@ See L<CTLOG_STORE_new(3)>.
=item B<OPENSSL>
-Specifies the path to the B<openssl> executable. Only used by
-the B<rehash> script.
-See L<openssl-rehash(1)/Script Configuration>.
+Specifies the path to the B<openssl> executable. Used by
+the B<rehash> script (see L<openssl-rehash(1)/Script Configuration>)
+and by the B<CA.pl> script (see L<CA.pl(1)/NOTES>
-=item B<OPENSSL_CONF>
+=item B<OPENSSL_CONF>, B<OPENSSL_CONF_INCLUDE>
-Specifies the path to a configuration file.
+Specifies the path to a configuration file and the directory for
+included files.
See L<openssl(1)> and L<config(5)>.
+=item B<OPENSSL_CONFIG>
+
+Specifies a configuration option and filename for the B<req> and B<ca>
+commands invoked by the B<CA.pl> script.
+See L<CA.pl(1)>.
+
=item B<OPENSSL_ENGINES>
Specifies the directory from which dynamic engines are loaded.