mirror of
https://github.com/Icinga/icinga2.git
synced 2026-07-16 04:03:00 -04:00
Added new option ignore-stc for ssl_cert to ITL
This commit is contained in:
parent
ddbad7937d
commit
c0e4e5d2d5
2 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue