DIR: /etc/apache2/sites-enabled/ |
Current File : //etc/apache2/sites-enabled/2of3-le-ssl.conf |
<IfModule mod_ssl.c> <VirtualHost *:443> ServerName http://2of3.nz ServerAlias 2of3.nz DocumentRoot /var/www/2of3 ServerAdmin bruce@rhodeworks.nz SSLCertificateFile /etc/letsencrypt/live/2of3.nz/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/2of3.nz/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf </VirtualHost> </IfModule> |