Verified Commit c06304af authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

apache2: fix filename



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 7e6df485
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<Macro common-directives-ssl $name> <Macro common-directives-ssl $name>
SSLEngine on SSLEngine on
SSLCertificateKeyFile /var/lib/dehydrated/certs/$name/privkey.key SSLCertificateKeyFile /var/lib/dehydrated/certs/$name/privkey.pem
SSLCertificateFile /var/lib/dehydrated/certs/$name/fullchain.pem SSLCertificateFile /var/lib/dehydrated/certs/$name/fullchain.pem
SSLCipherSuite HIGH:!aNULL:!eNULL:!EXP:!LOW:!MD5 SSLCipherSuite HIGH:!aNULL:!eNULL:!EXP:!LOW:!MD5
SSLHonorCipherOrder on SSLHonorCipherOrder on
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment