Problem after running this command

sudo certbot --server https://acme-v02.api.letsencrypt.org/directory -d *.getcodeerp.com.br --manual --preferred-challenges dns-01 certonly

After running this command, which was meant to encrypt my subdomains, all new subdomains I create point to the Apache home page.
I use Digital Ocean as a provider, but I use Nginx, I do not use Apache. How can I reverse this?
An example subdomain that points to Apache is api.getcodeerp.com.br

Hi @rafaelmadaloz

that's not the result of that command.

The command uses certonly, so your configuration isn't changed. certonly doen't install the certificate.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.