Closed anondev-sudo closed 2 years ago
You can now use the auto-renew feature provided by certbot if you have the v1.1.0 version installed.
How to use it?
When I run certbot renew I get this kind of errors:
It can't reach the challenge because the sites are proxied, not pointed to directory in /var/www
Did you update and run the migrate script? After that restart nginx.
Did you update and run the migrate script? After that restart nginx.
I did this
Must /var/www/html be empty? I have there site that is as default server on nginx (displayed on the ip of vps)
I assume that it failed to renew because ACME-challenge location is not in 443 server (ssl) block in the template nginx config.
Got it from https://rajeeshknambiar.wordpress.com/2021/05/08/letsencrypt-certificate-renewal-nginx-with-reverse-proxy/
@j122j Check my messages above.
Also question: For what purpose can be streams used? Can it be used to connect custom domain to MongoDB and other databases hosted on ptero?
Hi, I recently get email from let's encrypt that certs will expire soon that were created using this. When I manually run certbot renew it throws errors that it can't complete the challenge (404 error). I think that it can't renew it because there is reverse proxy and files are not located in some directory, certs for pterodactyl and controlpanel is normally auto renewed.
I used
certbot certonly --nginx -d domain.com
to manually renew the certs.