-
Notifications
You must be signed in to change notification settings - Fork 39
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
Delete Root CA key #53
Comments
This would indeed be a good practice, although LabCA should not be used in situations where the Root CA is super critical. It would also be nice to be able to renew / replace Root and Issuer CA certificates. |
+1 I want to be able to use LabCA with my offline root CA, without having to expose my offline root private key. Option 1 (Root CA upload) seems like a good fit, especially if LabCA could generate an issuer CA CSR. |
When generating a new Root CA certificate, show the key in the GUI and ask the user to store it offline. When importing an existing CA make the root key optional. When the private key is needed but we don't have it, ask the user to provide it. You can now also create a CSR for the Issuer CA that can be signed by the offline Root CA.
In the latest release (v23.06) it is now possible to keep the Root CA private key offline as requested |
Root CA key should be stored offline, it should be deleted from LabCA once we generate Issuer CA. Suggestion:
The text was updated successfully, but these errors were encountered: