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

feat: parse x509 certs in pem format when base64 encoded #87

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

livio-a
Copy link
Member

@livio-a livio-a commented Aug 21, 2024

The ParseCertificates function was only able to parse either bass64 encoded strings of DER encoded certificates or raw PEM format (-----BEGIN CERTIFICATE-----...-----END CERTIFICATE-----).
This PR adds the ability to handle base64 encoded version of the latter as well.

relates to zitadel/zitadel#8039

@livio-a livio-a requested a review from stebenz August 21, 2024 09:26
@livio-a livio-a enabled auto-merge August 21, 2024 09:26
@livio-a livio-a merged commit f4e2332 into main Aug 21, 2024
4 checks passed
@livio-a livio-a deleted the parse-cert-pem branch August 21, 2024 09:27
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 this pull request may close these issues.

2 participants