You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you, i've seen that but if the HTTP ports are busy you cannot use certbot for the first certificate retrieve and you need the port 80 enabled to let the challenge complete.. also i'm not using this container anymore, i've switched to that piece of cake of Caddy, auto let's encrypt, virtual host idiot-proof, xss protection, cors everything out-of-the box and easily configurable with a footprint in ram of 40mb.. it's heaven
certbot/certbot#5405
Just to let you know, I get this error when I try to obtain a Let's Encrypt certificate using your container.
Due to latest changes in Let's Encrypt bot the command that worked for me to get a certificate was (inside the container):
Be sure to launch container with
-e APACHE_ENABLE_PORT_80=true
and-p 80:80
or the challenge will failThe text was updated successfully, but these errors were encountered: