2023-07-15 17:22:49 +00:00
|
|
|
# Include{groups}
|
|
|
|
questions:
|
|
|
|
# Include{global}
|
2023-12-25 21:10:29 +00:00
|
|
|
- variable: certmanager
|
|
|
|
group: App Configuration
|
|
|
|
label: Cert Manager Configuration
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: dns01RecursiveNameservers
|
|
|
|
label: DNS01 Recursive Nameservers (Modifications are unsupported)
|
|
|
|
description: |
|
|
|
|
Comma separated list of DNS servers to use for recursive
|
|
|
|
name resolution when performing DNS01 challenges.
|
|
|
|
Default is: 1.1.1.1:53,1.0.0.1:53 </br>
|
|
|
|
If this is modified, you are NOT covered by support.
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: "1.1.1.1:53,1.0.0.1:53"
|
2024-02-23 10:00:54 +00:00
|
|
|
- variable: dns01RecursiveNameserversOnly
|
|
|
|
label: DNS01 Recursive Nameservers Only (Modifications are unsupported)
|
|
|
|
description: |
|
|
|
|
Forces cert-manager to only use the recursive nameservers for verification.
|
|
|
|
Enabling this option could cause the DNS01 self check to take longer
|
|
|
|
due to caching performed by the recursive nameservers.
|
|
|
|
Default is: false </br>
|
|
|
|
If this is modified, you are NOT covered by support.
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
required: true
|
|
|
|
default: false
|