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(server): Add extKeyUsage to self-signed cert #2274

Merged
merged 3 commits into from Oct 15, 2019
Merged

fix(server): Add extKeyUsage to self-signed cert #2274

merged 3 commits into from Oct 15, 2019

Commits on Oct 9, 2019

  1. Add extKeyUsage to auto-generated self-signed cert

    MacOS 10.15 Catalina has additional requirements for self-signed
    certs: https://support.apple.com/en-us/HT210176
    
    Chrome (and, I assume, Safari) will not let you clickthrough the
    "invalid cert" warning (error is NET::ERR_CERT_INVALID) if the
    ExtendedKeyUsage extension is not present with at least the
    id-kp-serverAuth OID.
    Robert Tarrall committed Oct 9, 2019
    Copy the full SHA
    3b46114 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Fix trailing-comma lint

    Robert Tarrall committed Oct 14, 2019
    Copy the full SHA
    ef553c7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5768d72 View commit details
    Browse the repository at this point in the history