mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 09:09:20 -05:00
ITS#8835 - Update to use rehash command from OpenSSL
This commit is contained in:
parent
a48d8b4813
commit
58caa2f887
1 changed files with 5 additions and 5 deletions
|
|
@ -81,10 +81,10 @@ H4: TLSCACertificatePath <path>
|
||||||
|
|
||||||
This directive specifies the path of a directory that contains
|
This directive specifies the path of a directory that contains
|
||||||
individual {{TERM:CA}} certificates in separate files. In addition,
|
individual {{TERM:CA}} certificates in separate files. In addition,
|
||||||
this directory must be specially managed using the OpenSSL {{c_rehash}}
|
this directory must be specially managed using the OpenSSL {{rehash}}
|
||||||
utility. When using this feature, the OpenSSL library will attempt to
|
command. When using this feature, the OpenSSL library will attempt to
|
||||||
locate certificate files based on a hash of their name and serial number.
|
locate certificate files based on a hash of their name and serial number.
|
||||||
The {{c_rehash}} utility is used to generate symbolic links with the
|
The OpenSSL {{rehash}} command is used to generate symbolic links with the
|
||||||
hashed names that point to the actual certificate files. As such,
|
hashed names that point to the actual certificate files. As such,
|
||||||
this option can only be used with a filesystem that actually supports
|
this option can only be used with a filesystem that actually supports
|
||||||
symbolic links. In general, it is simpler to use the
|
symbolic links. In general, it is simpler to use the
|
||||||
|
|
@ -226,8 +226,8 @@ same considerations apply.
|
||||||
H4: TLS_CACERTDIR <path>
|
H4: TLS_CACERTDIR <path>
|
||||||
|
|
||||||
This is equivalent to the server's {{EX:TLSCACertificatePath}} option. The
|
This is equivalent to the server's {{EX:TLSCACertificatePath}} option. The
|
||||||
specified directory must be managed with the OpenSSL {{c_rehash}}
|
specified directory must be managed with the OpenSSL {{rehash}}
|
||||||
utility as well.
|
command as well.
|
||||||
|
|
||||||
H4: TLS_CERT <filename>
|
H4: TLS_CERT <filename>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue