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
I will need to review the current list of GH issues and file new ones for any validation checks that appear viable and are not already represented by a separate issue. I can process these as part of future milestone efforts.
TODO
expiration
hostname
subject alternate names
certificate chain verification (validating signatures from leaf to root)
duplicates
has root cert
missing root cert
multiple intermediates
missing intermediates
Some of these will end up being research items instead of confirmed TODO items.
For example, would it really be valuable to flag a certificate chain for not including a root certificate? From what I recall, current best practices indicate that you should only include the leaf and one or more intermediates necessary to complete the chain from the leaf to a root certificate which should already be present in the local certificates store on the client system.
The text was updated successfully, but these errors were encountered:
Overview
This was pulled from #211 (comment):
I will need to review the current list of GH issues and file new ones for any validation checks that appear viable and are not already represented by a separate issue. I can process these as part of future milestone efforts.
TODO
Some of these will end up being research items instead of confirmed TODO items.
For example, would it really be valuable to flag a certificate chain for not including a root certificate? From what I recall, current best practices indicate that you should only include the leaf and one or more intermediates necessary to complete the chain from the leaf to a root certificate which should already be present in the local certificates store on the client system.
The text was updated successfully, but these errors were encountered: