Hello, I speak spanish, so.. sorry for my languaje.
I have my site, hosted at home, is a security shop in called Lumiere.
I need HTTPS, but I have to do all by myselves.
Some time ago I had a web page with a 3d print, and I used certbot to have https, but now I need install it in my new site, but certbot find the old dns (lumiereseguridad.dnscloud.net) and not the new one, so I can't run it. How can I fix it? see the picture certbot|657x170
I am running nginx in debian 10.
Welcome to the community!
You need not apologize for English not being your first language.
To resolve your problem, you first need to update nginx to serve the newer FQDN.
Or both if you still want to use the old name.
If they share the same pages/content, you can just add the second name to the server_name line in the config.
Hola Griffin, y gracias por responder en español.
desinstalé los certificados anteriores, pero eso no me solucionó el problema...
Creo que hay un lugar donde debería ingresar la dirección de mi web para que letsencrypt la revise...
You are changing the name of the site.
You need to change all occurrences of the old name to the new name.
Try finding where the old name is used with: grep -Ri lumiereseguridad.dnscloud.net /etc/nginx/
Limpiar los certificados antiguos es un buen comienzo porque no desea que se renueven con nombres incorrectos. He comprobado su sitio desde el exterior de diferentes formas con algunas herramientas y creo que las cosas están bien desde el exterior. Siga las sugerencias de Rudy (rg305) para mirar adentro.