Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Subject Alternative Name to local openssl cert
Go 1.15 deprecates checking CN; this broke gating tests: Get "https://localhost:5000/v2/": x509: certificate relies on legacy Common Name field, use SANs or temporarily enable Common Name matching with GODEBUG=x509ignoreCN=0 Easy two-line solution in the 'openssl' invocation. Huge thanks to Nalin for tracking down and fixing while I was still getting started: containers/buildah#2595 Copied from 0f2892a5b021de3b1cf273f5679fda8298b57c02 in buildah Signed-off-by: Ed Santiago <[email protected]>
- Loading branch information