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
Rego should support built-in functions to process certificate chains.
crypto.x509.parse_certificates(input) = certificates
Where input is a base64 encoded string containing one or more DER encoded certificates that have been concatenated together.
input
The text was updated successfully, but these errors were encountered:
Add X.509 certificate parsing built-in function
94e4779
Fixes open-policy-agent#635
db34907
No branches or pull requests
Rego should support built-in functions to process certificate chains.
crypto.x509.parse_certificates(input) = certificates
Where
input
is a base64 encoded string containing one or more DER encoded certificates that have been concatenated together.The text was updated successfully, but these errors were encountered: