ITL: ssl_cert: vars.ssl_cert_cn: default to "$ssl_cert_altnames$"

This way vars.ssl_cert_altnames keeps working.
This commit is contained in:
Alexander Aleksandrovič Klimov 2023-05-17 16:12:47 +02:00 committed by Didier 'OdyX' Raboud
parent 610ba8d27a
commit d3d74c237c
No known key found for this signature in database
GPG Key ID: EA830BC6A684CD7C
1 changed files with 1 additions and 0 deletions

View File

@ -579,6 +579,7 @@ object CheckCommand "ssl_cert" {
vars.ssl_cert_address = "$check_address$"
vars.ssl_cert_port = 443
vars.ssl_cert_cn = "$ssl_cert_altnames$"
}
object CheckCommand "varnish" {