Build: Extend cert age check

This commit is contained in:
zzz
2024-04-11 08:07:26 -04:00
parent 2ab0e52829
commit 732cdd4527

View File

@@ -619,7 +619,7 @@ public final class CertUtil {
}
// threshold for warning
private static final long CHECK = 120*24*60*60*1000L;
private static final long CHECK = 180*24*60*60*1000L;
/**
* For use in the build process.