From 78254b4241bb5fc419d0b3360f99b9cb207f845f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 18 Sep 2018 19:18:20 +0000 Subject: [PATCH] letsencrypt uses .cert --- roles/taskotron/ssl-taskotron/templates/ssl.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/ssl-taskotron/templates/ssl.conf.j2 b/roles/taskotron/ssl-taskotron/templates/ssl.conf.j2 index 8da5430b7a..9c53823845 100644 --- a/roles/taskotron/ssl-taskotron/templates/ssl.conf.j2 +++ b/roles/taskotron/ssl-taskotron/templates/ssl.conf.j2 @@ -101,7 +101,7 @@ SSLCipherSuite {{ ssl_ciphers }} # the certificate is encrypted, then you will be prompted for a # pass phrase. Note that a kill -HUP will prompt again. A new # certificate can be generated using the genkey(1) command. -SSLCertificateFile /etc/pki/tls/certs/{{ public_hostname }}.crt +SSLCertificateFile /etc/pki/tls/certs/{{ public_hostname }}.cert # Server Private Key: # If the key is not combined with the certificate, use this