I ran certbot certonly --webroot --agree-tos --email me@myemail.com -d mydomain.com -d www.mydomain.com -w /var/www/html
I was following the procedure at https://www.linuxbabe.com/security/letsencrypt-webroot-tls-certificate. I manually created the site conf file because I received a prompt that stated I couldn’t do auto configuration.
I’ll check out the options-ssl-apache.conf you posted.