Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
As far as I can see from the Nginx warnings, you have your todocontenidoweb.com domain defined in two different Nginx server blocks. You would need to remove the duplicate Nginx server block and then try to re-issue your certificate.
You can find which server blocks the domain name is defined in using the grep command:
grep todocontenidoweb.com /etc/nginx/sites-enabled/
Once you know the specific files, delete the duplicate one using the rm command, restart nginx with systemctl restart nginx and then run the certbot command form the tutorial again.
Best,
Bobby
Hello,
Is it possible to send us your 3 config files, so we can check what’s wrong ?
Thank you.