1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00: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:
sarahcaseybot
2020-10-22 11:43:22 -04:00
committed by GitHub
parent 0b73e9032c
commit 93d922af6f
11 changed files with 463 additions and 19 deletions

View File

@@ -53,7 +53,6 @@ public class CertificateChecker {
* );
* </pre>
*/
// TODO(sarahbot): Inject this.
public CertificateChecker(
ImmutableSortedMap<DateTime, Integer> maxValidityLengthSchedule,
int daysToExpiration,