We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now only creating server, client and OCSP certificates is supported. Looking through the code, I see there's no way to create a certificate with
keyUsage = digitalSignature extendedKeyUsage = codeSigning
and that value of extendedKeyUsage is required in order to use the certificate for code signing.
The text was updated successfully, but these errors were encountered:
I'll add an option to create code signing certificates, see https://gitlab.com/bounca/bounca/-/issues/22
Sorry, something went wrong.
No branches or pull requests
Right now only creating server, client and OCSP certificates is supported. Looking through the code, I see there's no way to create a certificate with
and that value of extendedKeyUsage is required in order to use the certificate for code signing.
The text was updated successfully, but these errors were encountered: