Skip to content

Commit 9e06a4c

Browse files
committed
chore(manifest): add DCV config fields to ca_plugin_config
1 parent ad6c969 commit 9e06a4c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

integration-manifest.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,22 @@
9696
{
9797
"name": "Enabled",
9898
"description": "Flag to Enable or Disable gateway functionality. Disabling is primarily used to allow creation of the CA connector prior to configuration information being available."
99+
},
100+
{
101+
"name": "DcvEnabled",
102+
"description": "OPTIONAL: When true, the gateway performs DNS-based Domain Control Validation (DCV) during enrollment for orders that require it. Requires a DNS provider plugin (e.g. azure-azuredns-dnsplugin) deployed on the gateway. Default: false."
103+
},
104+
{
105+
"name": "DcvTxtRecordTemplate",
106+
"description": "OPTIONAL: Format string for the DNS TXT record hostname published during DCV. {0} is replaced with the domain being validated. Default: _emsign-validation.{0}."
107+
},
108+
{
109+
"name": "DcvPropagationDelaySeconds",
110+
"description": "OPTIONAL: Seconds to wait after publishing the DNS TXT record before asking CERTInext to verify it. Increase for zones with slow propagation. Default: 30."
111+
},
112+
{
113+
"name": "DcvTimeoutMinutes",
114+
"description": "OPTIONAL: Maximum minutes to wait for the entire DCV flow before cancelling the enrollment. Can also be set via the CERTINEXT_DCV_TIMEOUT_MINUTES environment variable; the environment variable takes precedence when both are set. Default: 10."
99115
}
100116
],
101117
"enrollment_config": [

0 commit comments

Comments
 (0)