disable the tls-alpn challenge

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-02-15 19:36:26 +01:00
parent 1dc69dca29
commit 849c0c4c89

View file

@ -27,5 +27,8 @@ https://*.*.*.*.*.*:8443 {
tls {
on_demand
issuer acme {
disable_tlsalpn_challenge
}
}
}