-
Notifications
You must be signed in to change notification settings - Fork 29
Add nssdb package #690
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
Add nssdb package #690
Conversation
maraino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still working on this, but here's part of it.
maraino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, I've just added a few comments, mostly clarifications that you can add as comments, and we should provide docs about how to set up the environment to re-generate the columns.go if we need to.
The nssdb package can read and write certificates, public keys, and private keys in NSS sqlite databases.
The nssdb package can read and write certificates, public keys, and private keys in NSS sqlite databases.
Name of feature:
NSS database
Pain or issue this feature alleviates:
Add certificates to NSS without pk12util.
In what environments or workflows is this feature supported?
Only certificates with EC P-256 keys are supported.
💔Thank you!