1
0
Fork 0

Adding configuration file for snakeoil ssl certificates.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-26 07:47:16 +02:00
parent 5ee6ede2c6
commit 5033f14b82
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

View file

@ -0,0 +1,10 @@
# /etc/apache2/conf-available/ssl-snakeoil.conf
<IfModule mod_ssl.c>
<IfFile /etc/ssl/certs/ssl-cert-snakeoil.pem>
SSLEngine on
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
</IfFile>
</IfModule>