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:www.haslv.com
I ran this command:
DOMAIN=haslv.com
WILDCARD=*.$DOMAIN
sudo certbot --expand -d haslvapps.com -d $DOMAIN -d $WILDCARD -
-manual --preferred-challenges dns certonly
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
Renewing an existing certificate
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/haslv.com/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/haslv.com/privkey.pem
Your cert will expire on 2021-05-01.
My web server is (include version): ???
The operating system my web server runs on is (include version): Welcome to Ubuntu 16.04.6 LTS (GNU/Linux 4.4.0-1102-aws x86_64)
My hosting provider, if applicable, is: AWS
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.31.0
I am trying to add the domain (haslvapps.com) to the existing certificate. The domain, haslv.com is on the certificate and show secure; however, the haslvapps.com domain is not secure. Can you tell me how to solve this?