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