Update caServer to letsencrypt one in examples
This commit is contained in:
parent
550184275a
commit
0ba28bbc8b
1 changed files with 4 additions and 4 deletions
|
@ -68,7 +68,7 @@ defaultEntryPoints = ["http", "https"]
|
||||||
[acme]
|
[acme]
|
||||||
email = "test@traefik.io"
|
email = "test@traefik.io"
|
||||||
storage = "acme.json"
|
storage = "acme.json"
|
||||||
caServer = "http://172.18.0.1:4000/directory"
|
caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
[acme.httpChallenge]
|
[acme.httpChallenge]
|
||||||
entryPoint = "http"
|
entryPoint = "http"
|
||||||
|
@ -103,7 +103,7 @@ Træfik generates these certificates when it starts and it needs to be restart i
|
||||||
email = "test@traefik.io"
|
email = "test@traefik.io"
|
||||||
storage = "acme.json"
|
storage = "acme.json"
|
||||||
onHostRule = true
|
onHostRule = true
|
||||||
caServer = "http://172.18.0.1:4000/directory"
|
caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
[acme.httpChallenge]
|
[acme.httpChallenge]
|
||||||
entryPoint = "http"
|
entryPoint = "http"
|
||||||
|
@ -140,7 +140,7 @@ If a backend is added with a `onHost` rule, Træfik will automatically generate
|
||||||
email = "test@traefik.io"
|
email = "test@traefik.io"
|
||||||
storage = "acme.json"
|
storage = "acme.json"
|
||||||
onDemand = true
|
onDemand = true
|
||||||
caServer = "http://172.18.0.1:4000/directory"
|
caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
[acme.httpChallenge]
|
[acme.httpChallenge]
|
||||||
entryPoint = "http"
|
entryPoint = "http"
|
||||||
|
@ -167,7 +167,7 @@ This configuration allows generating a Let's Encrypt certificate (thanks to `HTT
|
||||||
[acme]
|
[acme]
|
||||||
email = "test@traefik.io"
|
email = "test@traefik.io"
|
||||||
storage = "acme.json"
|
storage = "acme.json"
|
||||||
caServer = "http://172.18.0.1:4000/directory"
|
caServer = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||||
entryPoint = "https"
|
entryPoint = "https"
|
||||||
[acme.dnsChallenge]
|
[acme.dnsChallenge]
|
||||||
provider = "digitalocean" # DNS Provider name (cloudflare, OVH, gandi...)
|
provider = "digitalocean" # DNS Provider name (cloudflare, OVH, gandi...)
|
||||||
|
|
Loading…
Reference in a new issue