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

Support for X509 v3 extensions on Certify #108

Closed
bgrieder opened this issue Nov 26, 2023 · 0 comments · Fixed by #120
Closed

Support for X509 v3 extensions on Certify #108

bgrieder opened this issue Nov 26, 2023 · 0 comments · Fixed by #120
Assignees

Comments

@bgrieder
Copy link
Contributor

After #101, Certify can certify a public key, but no X509 V3 extension can be provided.

Support for adding extensions should be provided in the same form as OpenSSL i.e. an extensions file with sample content

[ v3_ca ]
basicConstraints=CA:TRUE,pathlen:0
keyUsage=keyCertSign,digitalSignature
extendedKeyUsage=emailProtection
crlDistributionPoints=URI:http://cse.example.com/crl.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants