certs: make it more clear where to set alias

see https://bugzilla.proxmox.com/show_bug.cgi?id=5506

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-06-05 12:30:19 +02:00
parent 8f6611eb7c
commit 27f646827d

View File

@ -195,9 +195,9 @@ A special `alias` mode can be used to handle the validation on a different
domain/DNS server, in case your primary/real DNS does not support provisioning domain/DNS server, in case your primary/real DNS does not support provisioning
via an API. Manually set up a permanent `CNAME` record for via an API. Manually set up a permanent `CNAME` record for
`_acme-challenge.domain1.example` pointing to `_acme-challenge.domain2.example` `_acme-challenge.domain1.example` pointing to `_acme-challenge.domain2.example`
and set the `alias` property in the {PVE} node configuration file to and set the `alias` property on the corresponding `acmedomainX` key in the
`domain2.example` to allow the DNS server of `domain2.example` to validate all {PVE} node configuration file to `domain2.example` to allow the DNS server of
challenges for `domain1.example`. `domain2.example` to validate all challenges for `domain1.example`.
Combination of Plugins Combination of Plugins