You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,10 @@ An API Key within your Digicert account that has the necessary permissions to en
106
106
***Organization-Name** - OPTIONAL: For requests that will not have a subject (such as ACME) you can use this field to provide the organization name. Value supplied here will override any CSR values, so do not include this field if you want the organization from the CSR to be used.
107
107
***RenewalWindowDays** - OPTIONAL: The number of days from certificate expiration that the gateway should do a renewal rather than a reissue. If not provided, default is 90.
108
108
***CertType** - OPTIONAL: The type of cert to enroll for. Valid values are 'ssl' and 'client'. The value provided here must be consistant with the ProductID. If not provided, default is 'ssl'. Ignored for secure_email_* product types.
109
+
***IncludeClientAuthEKU** - OPTIONAL forSSL certs, ignored otherwise. If set to 'true', SSL certs enrolled under this template will have the Client Authentication EKU added to the request. NOTE: This feature is currently planned to be removed by DigiCertin May 2026.
109
110
***EnrollDivisionId** - OPTIONAL: The division (container) ID to use for enrollments against this template.
110
111
***CommonNameIndicator** - Required for secure_email_sponsor and secure_email_organization products, ignored otherwise. Defines the source of the common name. Valid values are: email_address, given_name_surname, pseudonym, organization_name
111
-
***ProfileType** - Optional for secure_email_* types, ignored otherwise. Valid values are: strict, multipurpose. Default value is strict.
112
+
***ProfileType** - Optional for secure_email_* types, ignored otherwise. Valid values are: strict, multipurpose. Use 'multipurpose'if your cert includes any additional EKUs such as client auth. Default if not provided is dependent on product configuration within Digicert portal.
112
113
***FirstName** - Required for secure_email_* types if CommonNameIndicator is given_name_surname, ignored otherwise.
113
114
***LastName** - Required for secure_email_* types if CommonNameIndicator is given_name_surname, ignored otherwise.
114
115
***Pseudonym** - Required for secure_email_* types if CommonNameIndicator is pseudonym, ignored otherwise.
Comments="OPTIONAL for SSL certs, ignored otherwise. If set to 'true', SSL certs enrolled under this template will have the Client Authentication EKU added to the request. NOTE: This feature is currently planned to be removed by DigiCert in May 2026.",
Comments="Optional for secure_email_* types, ignored otherwise. Valid values are: strict, multipurpose. Default value is strict.",
615
+
Comments="Optional for secure_email_* types, ignored otherwise. Valid values are: strict, multipurpose. Use 'multipurpose' if your cert includes any additional EKUs such as client auth. Default if not provided is dependent on product configuration within Digicert portal.",
604
616
Hidden=false,
605
617
DefaultValue="strict",
606
618
Type="String"
@@ -1023,7 +1035,7 @@ public async Task ValidateProductInfo(EnrollmentProductInfo productInfo, Diction
Copy file name to clipboardExpand all lines: integration-manifest.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,10 @@
72
72
"name": "CertType",
73
73
"description": "OPTIONAL: The type of cert to enroll for. Valid values are 'ssl' and 'client'. The value provided here must be consistant with the ProductID. If not provided, default is 'ssl'. Ignored for secure_email_* product types."
74
74
},
75
+
{
76
+
"name": "IncludeClientAuthEKU",
77
+
"description": "OPTIONAL for SSL certs, ignored otherwise. If set to 'true', SSL certs enrolled under this template will have the Client Authentication EKU added to the request. NOTE: This feature is currently planned to be removed by DigiCert in May 2026."
78
+
},
75
79
{
76
80
"name": "EnrollDivisionId",
77
81
"description": "OPTIONAL: The division (container) ID to use for enrollments against this template."
@@ -82,7 +86,7 @@
82
86
},
83
87
{
84
88
"name": "ProfileType",
85
-
"description": "Optional for secure_email_* types, ignored otherwise. Valid values are: strict, multipurpose. Default value is strict."
89
+
"description": "Optional for secure_email_* types, ignored otherwise. Valid values are: strict, multipurpose. Use 'multipurpose' if your cert includes any additional EKUs such as client auth. Default if not provided is dependent on product configuration within Digicert portal."
0 commit comments