Added new option ignore-stc for ssl_cert to ITL

This commit is contained in:
XnS 2021-02-08 15:29:53 +00:00
parent ddbad7937d
commit c0e4e5d2d5
2 changed files with 5 additions and 0 deletions

View File

@ -5608,6 +5608,7 @@ ssl_cert_disable_ssl_versions | **Optional.** Disable specific SSL versions out
ssl_cert_cipher | **Optional.** Cipher selection: force {ecdsa,rsa} authentication.
ssl_cert_ignore_expiration | **Optional.** Ignore expiration date.
ssl_cert_ignore_ocsp | **Optional.** Do not check revocation with OCSP.
ssl_cert_ignore_stc | **Optional.** Do not check for signed certificate timestamps.
#### jmx4perl <a id="plugin-contrib-command-jmx4perl"></a>

View File

@ -554,6 +554,10 @@ object CheckCommand "ssl_cert" {
set_if = "$ssl_cert_ignore_ocsp$"
description = "Do not check revocation with OCSP"
}
"--ignore-stc" = {
set_if = "$ssl_cert_ignore_stc$"
description = "Do not check for signed certificate timestamps"
}
}