mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-03-11 02:00:49 +00:00
9 lines
292 B
Text
9 lines
292 B
Text
<VirtualHost *:443>
|
|
ServerName "news.example.com"
|
|
SSLEngine On
|
|
|
|
SSLCertificateFile "/etc/letsencrypt/live/news.example.com/fullchain.pem"
|
|
SSLCertificateKeyFile "/etc/letsencrypt/live/news.example.com/privkey.pem"
|
|
|
|
Include "/etc/arsse/apache/arsse.conf"
|
|
</VirtualHost>
|