2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Make the path to logsrvd_cert.pem match the documentation.

This commit is contained in:
Todd C. Miller 2020-04-07 19:40:08 -06:00
parent e86106f2e1
commit 700becabc0

View File

@ -46,7 +46,7 @@
# Path to the server's certificate file in PEM format.
# Required for TLS connections.
#tls_cert = /etc/ssl/sudo/logsrvd_cert.pem
#tls_cert = /etc/ssl/sudo/certs/logsrvd_cert.pem
# Path to the server's private key file in PEM format.
# Required for TLS connections.