Just to post the solution I found a lot of trial and error. used certbot certonly to create the certificates. Then just make changes to /etc/httpd/conf.d/ssl.conf diff ssl.conf ssl.conf.sav 59,60c59,60 < DocumentRoot "/var/www/html" < ServerName setzco.dyndns.org:443 --- > #DocumentRoot "/var/www/html" > #ServerName www.example.com:443 101c101 < SSLCertificateFile /etc/letsencrypt/live/setzco.dyndns.org/cert.pem --- > SSLCertificateFile /etc/pki/tls/certs/localhost.crt 109c109 < SSLCertificateKeyFile /etc/letsencrypt/live/setzco.dyndns.org/privkey.pem --- > SSLCertificateKeyFile /etc/pki/tls/private/localhost.key 118c118 < SSLCertificateChainFile /etc/letsencrypt/live/setzco.dyndns.org/chain.pem --- > #SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt No need to setup a Virtual Host. Don't know why they don't list this option. +------------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor (Retired) mailto:mikes@xxxxxxxx mailto:msetzerii@xxxxxxxxx mailto:msetzerii@xxxxxxx Guam - Where America's Day Begins G4L Disk Imaging Project maintainer http://sourceforge.net/projects/g4l/ +------------------------------------------------------------+ -- _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue