mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- In man page note that tls-cert-bundle is read before permission
drop and chroot.
This commit is contained in:
parent
4990dae87d
commit
d104727c91
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
27 October 2020: Wouter
|
||||||
|
- In man page note that tls-cert-bundle is read before permission
|
||||||
|
drop and chroot.
|
||||||
|
|
||||||
22 October 2020: Wouter
|
22 October 2020: Wouter
|
||||||
- Fix #333: Unbound Segmentation Fault w/ log_info Functions From
|
- Fix #333: Unbound Segmentation Fault w/ log_info Functions From
|
||||||
Python Mod.
|
Python Mod.
|
||||||
|
|
|
||||||
|
|
@ -522,7 +522,8 @@ Alternate syntax for \fBtls\-port\fR.
|
||||||
If null or "", no file is used. Set it to the certificate bundle file,
|
If null or "", no file is used. Set it to the certificate bundle file,
|
||||||
for example "/etc/pki/tls/certs/ca\-bundle.crt". These certificates are used
|
for example "/etc/pki/tls/certs/ca\-bundle.crt". These certificates are used
|
||||||
for authenticating connections made to outside peers. For example auth\-zone
|
for authenticating connections made to outside peers. For example auth\-zone
|
||||||
urls, and also DNS over TLS connections.
|
urls, and also DNS over TLS connections. It is read at start up before
|
||||||
|
permission drop and chroot.
|
||||||
.TP
|
.TP
|
||||||
.B ssl\-cert\-bundle: \fI<file>
|
.B ssl\-cert\-bundle: \fI<file>
|
||||||
Alternate syntax for \fBtls\-cert\-bundle\fR.
|
Alternate syntax for \fBtls\-cert\-bundle\fR.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue