Fix vaultwarden no https

This commit is contained in:
Florian RICHER 2023-06-09 18:03:50 +02:00
parent 0a00f08427
commit 5c5a204872
2 changed files with 3 additions and 1 deletions

View file

@ -43,7 +43,7 @@ certificatesResolvers:
sslResolver:
acme:
email: {{ acme.email }}
tlschallenge: {}
tlsChallenge: {}
storage: acme.json
keyType: RSA4096
{% if acme.debug %}