Skip to content
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

TLS key management #168

Open
grinapo opened this issue Oct 2, 2020 · 0 comments
Open

TLS key management #168

grinapo opened this issue Oct 2, 2020 · 0 comments
Labels
1.x Target for version 1.0 feature New feature or functionality that didn't exist.

Comments

@grinapo
Copy link

grinapo commented Oct 2, 2020

net listen contains the TLS keys. LetsEncrypt periodically rotate keys. We need a sane way to update the running-config with the new keys.

Either by external signal, or by detecting that the files have changed. Maybe it's not always good to automagically reload keys, so maybe this shall be explicitely enabled.

Maybe a full restart is a bit heavy for key replacement.

May be related to #98 .

(Sidenote: one expects to see all the config changed at conf diff while net listen is not part of that. At least a documentation suggestion is due but maybe even convincing conf diff to mention the listening config.)

@jevolk jevolk added 1.x Target for version 1.0 feature New feature or functionality that didn't exist. labels Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x Target for version 1.0 feature New feature or functionality that didn't exist.
Projects
None yet
Development

No branches or pull requests

2 participants