noc / noc02: fix path to key file, it's under private and not certs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
26edad1fbf
commit
264c02255e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
SSLCertificateFile /etc/pki/tls/certs/nagios-external.fedoraproject.org.cert
|
||||
SSLCertificateChainFile /etc/pki/tls/certs/nagios-external.fedoraproject.org.intermediate.cert
|
||||
SSLCertificateKeyFile /etc/pki/tls/certs/nagios-external.fedoraproject.org.key
|
||||
SSLCertificateKeyFile /etc/pki/tls/private/nagios-external.fedoraproject.org.key
|
||||
|
||||
ProxyPass "/.well-known/acme-challenge" "http://certgetter01/.well-known/acme-challenge"
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue