10 lines
292 B
Text
10 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>
|