mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update traefik.yml
rename certificate resolver
This commit is contained in:
parent
2c91f5fcb6
commit
5bea12c71b
|
@ -80,7 +80,7 @@ entryPoints:
|
||||||
http:
|
http:
|
||||||
tls:
|
tls:
|
||||||
# Generate a wildcard domain certificate
|
# Generate a wildcard domain certificate
|
||||||
certResolver: letsencrypt
|
certResolver: myresolver
|
||||||
domains:
|
domains:
|
||||||
- main: example.com # change this to your proxy domain
|
- main: example.com # change this to your proxy domain
|
||||||
sans:
|
sans:
|
||||||
|
@ -108,7 +108,7 @@ providers:
|
||||||
|
|
||||||
# Use letsencrypt to generate ssl certificates
|
# Use letsencrypt to generate ssl certificates
|
||||||
certificatesResolvers:
|
certificatesResolvers:
|
||||||
letsencrypt:
|
myresolver:
|
||||||
acme:
|
acme:
|
||||||
email: <CF-EMAIL-ADDRESS> # change to your provider account email address. The API token is defined in the docker-compose.yml as environment variable
|
email: <CF-EMAIL-ADDRESS> # change to your provider account email address. The API token is defined in the docker-compose.yml as environment variable
|
||||||
storage: /etc/traefik/acme.json
|
storage: /etc/traefik/acme.json
|
||||||
|
|
Loading…
Reference in New Issue
Block a user