mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
Add certificate checks for create and update registrar commands (#837)
* Add certificatechecks for create and update registrar commands * Add CertificateCheckerModule * Remove commented out code * Still tring to get dependency injection to work * Get this actually working * Add tests for multiple violations * Small formatting fixes * Rename configs and fix collectors * Add checks for failover client certificate * Fix formatting
This commit is contained in:
parent
12ec54f56c
commit
96cb9abcf3
11 changed files with 463 additions and 19 deletions
|
@ -53,7 +53,6 @@ public class CertificateChecker {
|
|||
* );
|
||||
* </pre>
|
||||
*/
|
||||
// TODO(sarahbot): Inject this.
|
||||
public CertificateChecker(
|
||||
ImmutableSortedMap<DateTime, Integer> maxValidityLengthSchedule,
|
||||
int daysToExpiration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue