mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
upstream fixed their typo from stc to sct
This commit is contained in:
parent
c0e4e5d2d5
commit
e4ca82f7cd
@ -5608,7 +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_cipher | **Optional.** Cipher selection: force {ecdsa,rsa} authentication.
|
||||||
ssl_cert_ignore_expiration | **Optional.** Ignore expiration date.
|
ssl_cert_ignore_expiration | **Optional.** Ignore expiration date.
|
||||||
ssl_cert_ignore_ocsp | **Optional.** Do not check revocation with OCSP.
|
ssl_cert_ignore_ocsp | **Optional.** Do not check revocation with OCSP.
|
||||||
ssl_cert_ignore_stc | **Optional.** Do not check for signed certificate timestamps.
|
ssl_cert_ignore_sct | **Optional.** Do not check for signed certificate timestamps.
|
||||||
|
|
||||||
|
|
||||||
#### jmx4perl <a id="plugin-contrib-command-jmx4perl"></a>
|
#### jmx4perl <a id="plugin-contrib-command-jmx4perl"></a>
|
||||||
|
@ -554,8 +554,8 @@ object CheckCommand "ssl_cert" {
|
|||||||
set_if = "$ssl_cert_ignore_ocsp$"
|
set_if = "$ssl_cert_ignore_ocsp$"
|
||||||
description = "Do not check revocation with OCSP"
|
description = "Do not check revocation with OCSP"
|
||||||
}
|
}
|
||||||
"--ignore-stc" = {
|
"--ignore-sct" = {
|
||||||
set_if = "$ssl_cert_ignore_stc$"
|
set_if = "$ssl_cert_ignore_sct$"
|
||||||
description = "Do not check for signed certificate timestamps"
|
description = "Do not check for signed certificate timestamps"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user