My domain is:
web-wallet.com
I ran this command:
sudo ./certbot-auto certonly --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns -d web-wallet.com -d *.web-wallet.com -d \*.web-wallet.com
It produced this output:
all goes well
My web server is (include version):
The operating system my web server runs on is (include version):
Ubuntu 16.04.6 x64
My hosting provider, if applicable, is:
Digital Ocean
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):
Command not found but i know it’s there… installed that way:
$ wget https:
//dl
.eff.org
/certbot-auto
$
chmod
a+x .
/certbot-auto
$
sudo
.
/certbot-auto
Everything work without www i can put any subdomain name:
https://mommy.web-wallet.com
https://toto.web-wallet.com
https://letsencrypt.web-wallet.com
etc… but as soon as i add the www i get:
# Your connection is not private
Attackers might be trying to steal your information from www.mommy.web-wallet.com (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_COMMON_NAME_INVALID
Thanks in advance for the help