diff --git a/docs/content/reference/static-configuration/cli-ref.md b/docs/content/reference/static-configuration/cli-ref.md index 81cfb6e07..6c9a2657a 100644 --- a/docs/content/reference/static-configuration/cli-ref.md +++ b/docs/content/reference/static-configuration/cli-ref.md @@ -135,6 +135,9 @@ Timeout for receiving the response headers when communicating with the ACME serv `--certificatesresolvers..acme.clienttimeout`: Timeout for a complete HTTP transaction with the ACME server. (Default: ```120```) +`--certificatesresolvers..acme.disablecommonname`: +Disable the common name in the CSR. (Default: ```false```) + `--certificatesresolvers..acme.dnschallenge`: Activate DNS-01 Challenge. (Default: ```false```) @@ -199,7 +202,10 @@ Certificate profile to use. Storage to use. (Default: ```acme.json```) `--certificatesresolvers..acme.tlschallenge`: -Activate TLS-ALPN-01 Challenge. (Default: ```true```) +Activate TLS-ALPN-01 Challenge. (Default: ```false```) + +`--certificatesresolvers..acme.tlschallenge.delay`: +Delay between the creation of the challenge and the validation. (Default: ```0```) `--certificatesresolvers..tailscale`: Enables Tailscale certificate resolution. (Default: ```true```) diff --git a/docs/content/reference/static-configuration/env-ref.md b/docs/content/reference/static-configuration/env-ref.md index eec38608e..fdf963498 100644 --- a/docs/content/reference/static-configuration/env-ref.md +++ b/docs/content/reference/static-configuration/env-ref.md @@ -135,6 +135,9 @@ Timeout for receiving the response headers when communicating with the ACME serv `TRAEFIK_CERTIFICATESRESOLVERS__ACME_CLIENTTIMEOUT`: Timeout for a complete HTTP transaction with the ACME server. (Default: ```120```) +`TRAEFIK_CERTIFICATESRESOLVERS__ACME_DISABLECOMMONNAME`: +Disable the common name in the CSR. (Default: ```false```) + `TRAEFIK_CERTIFICATESRESOLVERS__ACME_DNSCHALLENGE`: Activate DNS-01 Challenge. (Default: ```false```) @@ -199,7 +202,10 @@ Certificate profile to use. Storage to use. (Default: ```acme.json```) `TRAEFIK_CERTIFICATESRESOLVERS__ACME_TLSCHALLENGE`: -Activate TLS-ALPN-01 Challenge. (Default: ```true```) +Activate TLS-ALPN-01 Challenge. (Default: ```false```) + +`TRAEFIK_CERTIFICATESRESOLVERS__ACME_TLSCHALLENGE_DELAY`: +Delay between the creation of the challenge and the validation. (Default: ```0```) `TRAEFIK_CERTIFICATESRESOLVERS__TAILSCALE`: Enables Tailscale certificate resolution. (Default: ```true```) diff --git a/docs/content/reference/static-configuration/file.toml b/docs/content/reference/static-configuration/file.toml index de4fc3601..10821e0c5 100644 --- a/docs/content/reference/static-configuration/file.toml +++ b/docs/content/reference/static-configuration/file.toml @@ -528,6 +528,7 @@ preferredChain = "foobar" profile = "foobar" emailAddresses = ["foobar", "foobar"] + disableCommonName = true storage = "foobar" keyType = "foobar" certificatesDuration = 42 @@ -553,6 +554,7 @@ entryPoint = "foobar" delay = "42s" [certificatesResolvers.CertificateResolver0.acme.tlsChallenge] + delay = "42s" [certificatesResolvers.CertificateResolver0.tailscale] [certificatesResolvers.CertificateResolver1] [certificatesResolvers.CertificateResolver1.acme] @@ -561,6 +563,7 @@ preferredChain = "foobar" profile = "foobar" emailAddresses = ["foobar", "foobar"] + disableCommonName = true storage = "foobar" keyType = "foobar" certificatesDuration = 42 @@ -586,6 +589,7 @@ entryPoint = "foobar" delay = "42s" [certificatesResolvers.CertificateResolver1.acme.tlsChallenge] + delay = "42s" [certificatesResolvers.CertificateResolver1.tailscale] [experimental] diff --git a/docs/content/reference/static-configuration/file.yaml b/docs/content/reference/static-configuration/file.yaml index f1612dde6..21f36966f 100644 --- a/docs/content/reference/static-configuration/file.yaml +++ b/docs/content/reference/static-configuration/file.yaml @@ -573,6 +573,7 @@ certificatesResolvers: emailAddresses: - foobar - foobar + disableCommonName: true storage: foobar keyType: foobar eab: @@ -601,7 +602,8 @@ certificatesResolvers: httpChallenge: entryPoint: foobar delay: 42s - tlsChallenge: {} + tlsChallenge: + delay: 42s tailscale: {} CertificateResolver1: acme: @@ -612,6 +614,7 @@ certificatesResolvers: emailAddresses: - foobar - foobar + disableCommonName: true storage: foobar keyType: foobar eab: @@ -640,7 +643,8 @@ certificatesResolvers: httpChallenge: entryPoint: foobar delay: 42s - tlsChallenge: {} + tlsChallenge: + delay: 42s tailscale: {} experimental: plugins: