Including h5bp/tls/certificate_files.conf in the virtual host conf file is causing an error
I believe this is a product bug rather than something I may be doing.
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin
zahidr1000@xxxxxxxxx ServerName
backbutton.org ServerAlias
www.backbutton.org DocumentRoot /***/****/backbutton
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
Include backbutton_configs/h5bp/tls/ssl_engine.conf
# Include backbutton_configs/h5bp/tls/certificate_files.conf
Include backbutton_configs/h5bp/tls/policy_balanced.conf
Include backbutton_configs/h5bp/rewrites/rewrite_nowww.conf
Include backbutton_configs/h5bp/basic.conf
Include backbutton_configs/h5bp/web_performance/cache-control.conf
Include backbutton_configs/h5bp/web_performance/cache_expiration.conf
Include backbutton_configs/h5bp/web_performance/compression.conf
Include backbutton_configs/h5bp/web_performance/content_transformation.conf
Include backbutton_configs/h5bp/web_performance/etags.conf
Include backbutton_configs/h5bp/web_performance/file_concatenation.conf
Include backbutton_configs/h5bp/web_performance/filename-based_cache_busting.conf
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/backbutton.org-0001/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/backbutton.org-0001/privkey.pem
</VirtualHost>
</IfModule>