Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: yahsglobalkingdom.org and yeshurunfarm.com
I ran this command: sudo certbot certonly --manual -d *.yeshurunfarm.com -d yeshurunfarm.com -d *.yahsglobalkingdom.org -d yahsglobalkingdom.org --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns-01
It produced this output: it wants me to produce _acme-challenge.www for both domains.
My web server is (include version):
Server version: Apache/2.4.41 (Ubuntu)
Server built: 2024-07-17T18:58:09
The operating system my web server runs on is (include version):
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
My hosting provider, if applicable, is: self
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 0.40.0
I current have certs for both webservers www.yeshurunfarm.com and www.yahsglobalkingdom.org on the same server. I am trying to do a wildcard that includes both domains or two separate wildcards for each domain. The issue I am having is the request is also trying to validate the DNS for www records which I am trying to include in the wildcard so I can cancel the other two certificates. Can I make it exclude those certs until I have succesfully gotten the wildcard certificate and tested it, then I can cancel the other two certs?
Miles