Yes, I think you probably will need to delete the /etc/letsencrypt/accounts/acme-v02.api.letsencrypt.org/
directory.
1 Like
Thanks now certbot register worked
1 Like
Originally you obtained your certificate using the --standalone
plugin. This only works if you're not already running a server on port 80.
Based on that error message, you do have something running on port 80.
You will need to either:
- Pick a different Certbot plugin to renew your certificate
- Change your Certbot command so that it stops server that is running on port 80, renews the certificate, then starts the server up again
2 Likes
Thanks
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.