-
Notifications
You must be signed in to change notification settings - Fork 10
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
Mantissa support for letsencrypt #40
Comments
💯 |
You don't actually need to "restart" the port, because it is at least hypothetically possible to start responding to |
I guess assuming we're using txsni for this, we just need to swap out the certificate in txsni's certificate mapping structure. |
You can use the txacme |
Activating this for a particular TLS port would take care of periodically renewing the certificate, most likely using
tls-sni-01
verification so that the challenges can be handled through the same port, and restarting the port with the new certificate, for a completely "handsfree" operational experience.The text was updated successfully, but these errors were encountered: