|
|
|
|
|
by acdha
3693 days ago
|
|
That's how it should work but even --standalone still inspects your web server config and will refuse to run if any part of that goes wrong. For example, if you have multiple Apache VirtualHosts in the same file[1] (e.g. a port 80 redirect to the HTTPS site in the same file) any attempt to renew a certificate will fail with an error. 1. https://github.com/certbot/certbot/issues/1042 |
|