diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-23 17:27:34 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-23 17:46:03 +0100 |
commit | 555d0e8bfc8d3773fa05302303b43ed43e5f27a1 (patch) | |
tree | 5b927bc07f393cc5c9771593016833b43753d512 /global-config | |
parent | 36a8938dead84e97b6de67b2911e2186d12123a3 (diff) |
check-certificates: make the warning time configurablechange-89
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global-config b/global-config index bd632a1..dcd7a09 100644 --- a/global-config +++ b/global-config @@ -194,6 +194,7 @@ "v3ry-s3cr3t"; "4n0th3r-s3cr3t"; } +:global CertWarnTime 2w; :global CertIssuedExportPass { "cert1-cn"="v3ry-s3cr3t"; "cert2-cn"="4n0th3r-s3cr3t"; |