You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <VirtualHost *:443>
- ServerName {{ispmail_fqdn}}
- DocumentRoot /var/lib/roundcube
-
- SSLEngine on
- SSLCertificateKeyFile /etc/ssl/private/mailserver.pem
- SSLCertificateFile /etc/ssl/certs/mailserver.pem
-
- # When using Let's Encrypt use these line instead:
- # SSLCertificateKeyFile /etc/letsencrypt/live/{{ispmail_fqdn}}/privkey.pem
- # SSLCertificateFile /etc/letsencrypt/live/{{ispmail_fqdn}}/fullchain.pem
- </VirtualHost>
|