upstream fixed their typo from stc to sct

This commit is contained in:
XnS 2021-03-24 10:21:29 +01:00
parent c0e4e5d2d5
commit e4ca82f7cd
2 changed files with 3 additions and 3 deletions

View File

@ -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_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.
ssl_cert_ignore_sct | **Optional.** Do not check for signed certificate timestamps.
#### jmx4perl <a id="plugin-contrib-command-jmx4perl"></a>

View File

@ -554,8 +554,8 @@ 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$"
"--ignore-sct" = {
set_if = "$ssl_cert_ignore_sct$"
description = "Do not check for signed certificate timestamps"
}