You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
globalsign/certlint, used by cmd/cert-checker improperly flags certificates that have SANs equal to a private entry in the public suffix list as faulty, producing output like:
{u'fafe28b753a2e612d0221f85a1543af71a9c': {u'valid': False, u'problems': [u'Certificate CommonName "dev-myqnapcloud.com" equals "dev-myqnapcloud.com" from the public suffix list', u'Certificate subjectAltName "*.dev-myqnapcloud.com" equals "dev-myqnapcloud.com" from the public suffix list', u'Certificate subjectAltName "dev-myqnapcloud.com" equals "dev-myqnapcloud.com" from the public suffix list']}
globalsign/certlint
, used bycmd/cert-checker
improperly flags certificates that have SANs equal to a private entry in the public suffix list as faulty, producing output like:See globalsign/certlint#17
Like OCSP Must Staple and the Subj. CN check we should ignore this error in
cert-checker
while the problem is addressed upstream:boulder/cmd/cert-checker/main.go
Lines 215 to 230 in 76973d0
The text was updated successfully, but these errors were encountered: