-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loosen pre-configured certificate checks (#870)
We recently introduced strict checks for pre-configured certificates. However, this broke cluster-api-k8s. We'll loosen the checks, ignoring the certificate CN and O fields, checking only: * NotBefore/NotAfter * CA * DNS SANs (fewer checks though)
- Loading branch information
1 parent
9825240
commit ea18174
Showing
2 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters