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

Fix issue where intermediate CA was self signed #148

Merged
merged 1 commit into from
Jul 26, 2018

Conversation

AStevensTaylor
Copy link
Contributor

Issuer Certificate was being issued as self signed, rather than signed by the root CA, causing issues with Google Chrome and MS Edge to determine that the certificate was invalid.

Fix to ensure that the signer's certificate is passed to x509.CreateCertificate as per docs https://golang.org/pkg/crypto/x509/#CreateCertificate

Issuer Certificate was being issued as self signed, rather than signed by the root CA, causing issues with Google Chrome and MS Edge to determine that the certificate was invalid. 

Fix to ensure that the signer's certificate is passed to x509.CreateCertificate as per docs https://golang.org/pkg/crypto/x509/#CreateCertificate
Copy link
Contributor

@cpu cpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch @AStevensTaylor - thank you! Your PR looks good to me.

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.

None yet

2 participants