letsencrypt uses .cert
This commit is contained in:
parent
5700b8b2ed
commit
78254b4241
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue