Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
58caa2f8
Commit
58caa2f8
authored
Feb 18, 2021
by
Quanah Gibson-Mount
Browse files
ITS#8835 - Update to use rehash command from OpenSSL
parent
a48d8b48
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/admin/tls.sdf
View file @
58caa2f8
...
...
@@ -81,10 +81,10 @@ H4: TLSCACertificatePath <path>
This directive specifies the path of a directory that contains
individual {{TERM:CA}} certificates in separate files. In addition,
this directory must be specially managed using the OpenSSL {{
c_
rehash}}
utility
. When using this feature, the OpenSSL library will attempt to
this directory must be specially managed using the OpenSSL {{rehash}}
command
. When using this feature, the OpenSSL library will attempt to
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,
this option can only be used with a filesystem that actually supports
symbolic links. In general, it is simpler to use the
...
...
@@ -226,8 +226,8 @@ same considerations apply.
H4: TLS_CACERTDIR <path>
This is equivalent to the server's {{EX:TLSCACertificatePath}} option. The
specified directory must be managed with the OpenSSL {{
c_
rehash}}
utility
as well.
specified directory must be managed with the OpenSSL {{rehash}}
command
as well.
H4: TLS_CERT <filename>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment