Heylo all
First thanks to let’s encrypt this ssl’s solution is very cool
So i’ve got a trouble with my VPS on *ovh.net.
I use to run this command for get new certificate :
./certbot-auto certonly --rsa-key-size 4096 --non-interactive --standalone --email admin@$(hostname --fqdn) -d $(hostname --fqdn) --agree-tos
I always use the FQDN name of my VPS or server but in this case with the domaine *ovh.net i got an erreur :
Too many certificates already issued for: ovh.net
Someone got an idea ?