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

Commits on Jul 25, 2018

  1. Fix issue where intermediate CA was self signed

    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
    AStevensTaylor committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    938a737 View commit details
    Browse the repository at this point in the history