entryPoints.websecure.http.tls

This commit is contained in:
Czechman 2022-11-28 01:01:57 +01:00
parent 84bff4df68
commit cfc2994230
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
[entryPoints.websecure]
address = ":443"
[entryPoints.websecure.http.tls]
certResolver = "myresolver"
################################################################
# Traefik logs configuration
################################################################