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
Per OpenSSL PKI Tutorial and its sample configuration file, a code-signing certificate is also an option that would complete spki.
All that should be required is making an intermediate with some variation of: extendedKeyUsage = serverAuth, clientAuth, codeSigning
The text was updated successfully, but these errors were encountered:
Good suggestion thanks. If you can submit a PR that'd be great. I can probably get to it by the end of the month otherwise.
Sorry, something went wrong.
No branches or pull requests
Per OpenSSL PKI Tutorial and its sample configuration file, a code-signing certificate is also an option that would complete spki.
All that should be required is making an intermediate with some variation of:
extendedKeyUsage = serverAuth, clientAuth, codeSigning
The text was updated successfully, but these errors were encountered: