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.
 
 
 
 
 
 

13 lines
431 B

  1. <VirtualHost *:443>
  2. ServerName {{ispmail_fqdn}}
  3. DocumentRoot /var/lib/roundcube
  4. SSLEngine on
  5. SSLCertificateKeyFile /etc/ssl/private/mailserver.pem
  6. SSLCertificateFile /etc/ssl/certs/mailserver.pem
  7. # When using Let's Encrypt use these line instead:
  8. # SSLCertificateKeyFile /etc/letsencrypt/live/{{ispmail_fqdn}}/privkey.pem
  9. # SSLCertificateFile /etc/letsencrypt/live/{{ispmail_fqdn}}/fullchain.pem
  10. </VirtualHost>