-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails when renewing self-signed cert #141
Comments
Hi.
|
just ignore it if it's not valid. I can't start web server without a cert, I can't issue a cert without a web server. |
I can't imagine a self signed cert would actually work for bootstrapping anyway -- I would expect the ACME server to complain and refuse to connect. |
It doesn't care. I've used this approach since letsencrypt was introduced. As a workaround I've added |
I suppose I don't have an objection to |
I think the issue here might be that
I confirm that, ACME does not validate certificates to avoid being locked with an expired one that can't be renewed. |
@hryamzik could you try replacing |
it's just the filename. And if I point nginx to cert.pem it won't get a full chain. when letsencrypt cert is generated. |
I create a self-signed cert to let nginx start:
simp_le
fails with the following message:The text was updated successfully, but these errors were encountered: