mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
b1e72cb12e
Put the ACME config files under normal IPA versioning so we can more seamlessly do updates to them. Signed-off-by: Rob Crittenden <rcritten@redhat.com> https://pagure.io/freeipa/issue/8712 Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
# VERSION 2 - DO NOT REMOVE THIS LINE
|
|
# 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
|