From 700becabc09c15d433a57543e89991fdaf969c44 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 7 Apr 2020 19:40:08 -0600 Subject: [PATCH] Make the path to logsrvd_cert.pem match the documentation. --- examples/sudo_logsrvd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sudo_logsrvd.conf b/examples/sudo_logsrvd.conf index 15af7c406..e86edb611 100644 --- a/examples/sudo_logsrvd.conf +++ b/examples/sudo_logsrvd.conf @@ -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.