acme: add note about validation delay

The effect and unit of the validation delay was unclear from our
documentation, and the link to the acme.sh documentation didn't explain
it either

Signed-off-by: Folke Gleumes <f.gleumes@proxmox.com>
 [ TL: reflow to 80cc, while 100cc is fine in general, this file uses
 basically only 80cc and honoring local style trumps using a more
 modern line wrap width ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Folke Gleumes 2024-06-18 16:15:27 +02:00 committed by Thomas Lamprecht
parent ecab5895a4
commit 33bd85d554

View File

@ -178,6 +178,9 @@ interface (`Datacenter -> ACME`).
Choose `DNS` as challenge type. Then you can select your API provider, enter
the credential data to access your account over their API.
The validation delay determines the time in seconds between setting the DNS
record and prompting the ACME provider to validate it, as providers often need
some time to propagate the record in their infrastructure.
TIP: See the acme.sh
https://github.com/acmesh-official/acme.sh/wiki/dnsapi#how-to-use-dns-api[How to use DNS API]