Reputation: 1
In ethernet connected system I use harbor registry for docker images in login session it returns x509: certificate relies on legacy Common Name field, use SANs instead error. How I resolve this certification problem?
Upvotes: 0
Views: 2487
Reputation: 111
You should regenerate your Harbor certificate, the previous maybe generated by Common Name, use the SAN field to sign the certificate, https://goharbor.io/docs/2.5.0/install-config/configure-https/
Upvotes: 0