Azure / acr

Azure Container Registry samples, troubleshooting tips and references
https://aka.ms/acr
Other
164 stars 112 forks source link

Add SAN extension to open-ssl docs #700

Closed uristernik closed 1 year ago

uristernik commented 1 year ago

Following the docs, you get an error when accessing the new custom domain name with the openssl generated certificate.

Get "https://container-registry.contoso.com/v2/": x509: certificate relies on legacy Common Name field, use SANs instead

Need to specify the SAN extension with DNS to overcome this:

  1. Source 1
  2. Source 2
  3. Source 3