-
Notifications
You must be signed in to change notification settings - Fork 7
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
Upgrading the CA certificate should be easy #27
Labels
Comments
Continuing after 788c9bb:
|
oyvindhagberg
added a commit
that referenced
this issue
Mar 13, 2019
This PR takes care of 2 issues: - It automates the upgrading process of the client CA certificate, making it easy to upgrade, and "documenting" (in the form of code) how to do it. #27 - It publishes a bundle with the currently active CA certificates on the web server, facilitating 3rd party use. #32 See also: https://github.com/usit-gd/nivlheim/wiki/Client-certificates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ideally, it should happen automatically. Perhaps there should also be a way to do it manually, but it should be as easy as clicking a button.
Creating av new CA cert and enabling it must be two separate steps. This is in case the CA certificate is used by 3rd party systems to authenticate clients. Such systems might need to be manually updated before the new CA cert is enabled in Nivlheim.
When a new CA certificate is created, the previous certificate should stay active for a while until all clients have had a chance to update their client certificates. The web server must be configured accordingly.
The text was updated successfully, but these errors were encountered: