File: //etc/apache2/sites-enabled/healthnettoday.com-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin webmaster@localhost
ServerName healthnettoday.com
ServerAlias www.healthnettoday.com
DocumentRoot /var/www/healthnettoday.com
<Directory /var/www/healthnettoday.com>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/healthnettoday_error.log
CustomLog ${APACHE_LOG_DIR}/healthnettoday_access.log combined
SSLCertificateFile /etc/letsencrypt/live/healthnettoday.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/healthnettoday.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>