mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
enable dual-stack ECDSA and RSA certificates in Apache
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@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
5760f93a74
commit
73ba228620
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user