GNU bug report logs -
#30555
elpa.gnu.org certificate order
Previous Next
Reported by: Ian Kelling <iank <at> fsf.org>
Date: Tue, 20 Feb 2018 19:01:02 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
I believe I've this is fixed on the server by the following patch in
/etc/apache2, and reloading apache. Feel free to close this bug
--- /tmp/default-ssl.conf 2018-02-20 14:05:35.276409315 -0500
+++ ./sites-available/default-ssl.conf 2018-02-20 14:09:48.680260877 -0500
@@ -45,7 +45,7 @@
SSLProtocol ALL -SSLv2 -SSLv3
- SSLCertificateFile /etc/letsencrypt/live/elpa.gnu.org/cert.pem
+ SSLCertificateFile /etc/letsencrypt/live/elpa.gnu.org/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/elpa.gnu.org/privkey.pem
@@ -56,7 +56,7 @@
# the referenced file can be the same as SSLCertificateFile
# when the CA certificates are directly appended to the server
# certificate for convinience.
- SSLCertificateChainFile /etc/letsencrypt/live/elpa.gnu.org/fullchain.pem
+ # SSLCertificateChainFile /etc/letsencrypt/live/elpa.gnu.org/fullchain.pem
# Certificate Authority (CA):
# Set the CA certificate verification path where to find CA
This bug report was last modified 7 years and 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.