doc/man1/openssl-rehash.pod.in: document PATH environment variable

Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28025)
This commit is contained in:
Eugene Syromiatnikov 2025-07-22 05:06:30 +02:00 committed by Neil Horman
parent 3f633775e4
commit dcf009cd89
1 changed files with 7 additions and 0 deletions

View File

@ -133,6 +133,13 @@ By default, this command only lists each directory as it is processed.
The path to an executable to use to generate hashes and The path to an executable to use to generate hashes and
fingerprints (see above). fingerprints (see above).
=item B<PATH>
List of paths, separated by colons (or semicolons, on Windows platforms),
where the B<openssl> executable is searched in case the path to the hash
generating executable is not provided in the B<OPENSSL> environment variable
or it is not usable (that is, does not exist or is not executable).
=item B<SSL_CERT_DIR> =item B<SSL_CERT_DIR>
Colon separated list of directories to operate on. Colon separated list of directories to operate on.