-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Docs shouldn't encourage the use of deprecated CN field in X.509 certificates #13745
Labels
doc-impact
Engineering issues that will require a change in user docs
kind/break-change
kind/note
target/2.2.0
Milestone
Comments
hi @ninjadq we should consider this in v2.2, and it could impact the internal TLS after we're upgraded to go v1.15 |
@wy65701436 #13810 will help with the actual certificates being used, but I think this page of Harbor docs also need to be updated to encourage people to use SAN instead of CN? |
ninjadq
added
the
doc-impact
Engineering issues that will require a change in user docs
label
Dec 26, 2020
reopen as per doc impact |
ninjadq
added a commit
to ninjadq/website
that referenced
this issue
Feb 1, 2021
As per issue goharbor/harbor#13745 Signed-off-by: DQ <[email protected]>
ninjadq
added a commit
to ninjadq/website
that referenced
this issue
Feb 1, 2021
As per issue goharbor/harbor#13745 Signed-off-by: DQ <[email protected]>
ninjadq
added a commit
to ninjadq/website
that referenced
this issue
Feb 1, 2021
As per issue goharbor/harbor#13745 Signed-off-by: DQ <[email protected]>
ninjadq
added a commit
to ninjadq/website
that referenced
this issue
Feb 2, 2021
As per issue goharbor/harbor#13745 Signed-off-by: DQ <[email protected]>
Doc updates are included in goharbor/website#172 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
doc-impact
Engineering issues that will require a change in user docs
kind/break-change
kind/note
target/2.2.0
The instructions for configuring internal TLS in Harbor talk about using the Common Name (CN) field in certificates. CN has been deprecated in favour of Subject Alternative Name fields for a long time (and generally browsers no longer support it, for example Chrome dropped support for CN in 2013).
Golang retired support for CN in 1.15 so it would be a good idea for internal Harbor certificates not to rely on it, and the documents should indicate configuring the SAN rather than the CN for these certificates.
The text was updated successfully, but these errors were encountered: