mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-12 01:01:55 -06:00
d2d487bccc
ACME uses nonce values to prevent replay attacks. Since the ipa-ca name can go to any of the IPA servers in order to verify the nonce the servers need to know the value that was set which relies on replication. Sometimes the client is faster than replication so a request can fail. This change returns the baseURL to the client as the name of the ACME server during discovery which should pin all requests to this one IPA server and alleviate the replication issue. Signed-off-by: Rob Crittenden <rcritten@redhat.com> https://pagure.io/freeipa/issue/8712 Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
# Parameters read by ACMEEngineConfigFileSource, i.e. these are
|
|
# expected to be in the file pointed to by the 'filename' directive
|
|
# above.
|
|
#
|
|
# IPA only sets the values it uses.
|
|
#
|
|
# Whether to enable the ACME service:
|
|
enabled=false
|
|
|
|
# Whether to accept wildcard DNS identifiers:
|
|
policy.wildcard=false
|
|
|
|
baseURL=https://$FQDN/acme
|