yaml einrückung korrigiert

This commit is contained in:
Czechman 2024-09-20 00:46:58 +02:00
parent ca8b19c338
commit a6dd947581
1 changed files with 3 additions and 3 deletions

View File

@ -179,7 +179,7 @@ certificatesResolvers:
# Optional
# Default: "https://acme-v02.api.letsencrypt.org/directory"
#
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
caServer: "https://acme-staging-v02.api.letsencrypt.org/directory"
# The certificates' duration in hours.
# It defaults to 2160 (90 days) to follow Let's Encrypt certificates' duration.
@ -218,13 +218,13 @@ certificatesResolvers:
#
# Optional
#
httpChallenge:
httpChallenge:
# EntryPoint to use for the HTTP-01 challenges.
#
# Required
#
entryPoint: web
entryPoint: web
# Use a DNS-01 ACME challenge rather than HTTP-01 challenge.
# Note: mandatory for wildcard certificate generation.