File: /var/lib/letsencrypt/backups/1701933852.12/vhost-le-ssl.conf_0
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin hkmis@winghung.com
DocumentRoot /var/www/html/phpmyfaq
ServerName faq.winghung.com
ErrorLog /var/log/faq.winghung.com-error_log
CustomLog /var/log/faq.winghung.com.log common
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/faq.winghung.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/faq.winghung.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/faq.winghung.com/chain.pem
</VirtualHost>
</IfModule>