public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 2/3] enable dual-stack ECDSA and RSA certificates in Apache
@ 2017-10-11 17:45 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2017-10-11 17:45 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 888 bytes --]

Note: Apache crashes if any of these files does not exist. Thereof it
is necessary to generate missing keys on existing installations.

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 config/httpd/vhosts.d/ipfire-interface-ssl.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/httpd/vhosts.d/ipfire-interface-ssl.conf b/config/httpd/vhosts.d/ipfire-interface-ssl.conf
index 995c28e52..c9ccd5be5 100644
--- a/config/httpd/vhosts.d/ipfire-interface-ssl.conf
+++ b/config/httpd/vhosts.d/ipfire-interface-ssl.conf
@@ -13,6 +13,8 @@
     SSLHonorCipherOrder on
     SSLCertificateFile /etc/httpd/server.crt
     SSLCertificateKeyFile /etc/httpd/server.key
+    SSLCertificateFile /etc/httpd/server-ecdsa.crt
+    SSLCertificateKeyFile /etc/httpd/server-ecdsa.key
 
     <Directory /srv/web/ipfire/html>
         Options ExecCGI
-- 
2.13.6

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-11 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-11 17:45 [PATCH 2/3] enable dual-stack ECDSA and RSA certificates in Apache Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox