Enter your domain, example: mydomain.com
Generate
Generate a new one
[double click following section to copy it]
ServerName {{your-domain.com}}:443 ServerAdmin contact@{{your-domain.com}} DocumentRoot /var/www/{{your-domain.com}}/htdocs Options FollowSymLinks AllowOverride None Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all SSLEngine on SSLProtocol all -SSLv3 -SSLv2 SSLCertificateFile /etc/letsencrypt/live/{{your-domain.com}}/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/{{your-domain.com}}/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf ErrorLog ${APACHE_LOG_DIR}/errorSSL.log LogLevel warn CustomLog ${APACHE_LOG_DIR}/accessSSL.log combined