Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
@@ -13,6 +13,11 @@ object CheckCommand "ssl_host_cert" {
"-f" = "$ssl_cert_file$"
"-w" = "$ssl_cert_warn$"
"-c" = "$ssl_cert_crit$"
+{%- if grains.oscodename == 'bullseye' %}
+ "--ignore-sct" = {
+ set_if = true
+ }
+{%- endif %}
}
vars.ssl_cert_host = "localhost"