[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] apache2: use the newly issued LE certificates
Mattia Rizzolo
gitlab at salsa.debian.org
Mon Aug 17 12:44:23 BST 2020
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
7e6df485 by Mattia Rizzolo at 2020-08-17T13:43:52+02:00
apache2: use the newly issued LE certificates
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
Changes:
=====================================
hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
=====================================
@@ -8,8 +8,8 @@
<Macro common-directives-ssl $name>
SSLEngine on
- SSLCertificateKeyFile /etc/apache2/ssl/$name.key
- SSLCertificateFile /etc/apache2/ssl/$name.pem
+ SSLCertificateKeyFile /var/lib/dehydrated/certs/$name/privkey.key
+ SSLCertificateFile /var/lib/dehydrated/certs/$name/fullchain.pem
SSLCipherSuite HIGH:!aNULL:!eNULL:!EXP:!LOW:!MD5
SSLHonorCipherOrder on
Header always add Strict-Transport-Security "max-age=15552000"
@@ -272,14 +272,14 @@ Use https-redirect www.diffoscope.org
<VirtualHost *:443>
Use common-directives www.reproducible-builds.org
- Use common-directives-ssl reproducible-builds.org
+ Use common-directives-ssl www.reproducible-builds.org
# just redirect everything to non-www
Redirect permanent / https://reproducible-builds.org/
</VirtualHost>
<VirtualHost *:443>
Use common-directives www.diffoscope.org
- Use common-directives-ssl diffoscope.org
+ Use common-directives-ssl www.diffoscope.org
# just redirect everything to non-www
Redirect permanent / https://diffoscope.org/
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7e6df485ffab1a0282cbedce648c5cbdf1fdd4f6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7e6df485ffab1a0282cbedce648c5cbdf1fdd4f6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200817/193f31e3/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list