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
Added template parameter configuration via REST gateway. Fixed bug with email used for verification. Changed docs and enrollment field/template parameter names. See changelog.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
v.1.0.2
2
+
- Warning: enrollment field/template parameter with the name "CN DCV Email ([email protected])" has been renamed to "CN DCV Email" to make it compatible with the REST gateway. "Aplicant Pgone (+nn.nnnnnnnn)" has also been renamed to "Applicant Phone".
3
+
- Updated dependencies.
4
+
- Added support for default values via enrollment parameters configured in the AnyGateway REST certificate template.
5
+
- Fixed issue with non-ASCII characters breaking the gateway.
<imgsrc="https://img.shields.io/github/downloads/Keyfactor/cscglobal-caplugin-dev/total?style=flat-square&label=downloads&color=28B905"alt="GitHub Downloads (all assets, all releases)" />
11
11
</p>
12
12
13
13
<palign="center">
@@ -53,7 +53,7 @@ This integration is tested and confirmed as working for Anygateway REST 24.2 and
53
53
54
54
1. Install the AnyCA Gateway REST per the [official Keyfactor documentation](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/InstallIntroduction.htm).
55
55
56
-
2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [CSCGlobal CA Gateway AnyCA Gateway REST plugin](https://github.com/Keyfactor/cscglobal-caplugin/releases/latest) from GitHub.
56
+
2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [CSCGlobal CA Gateway AnyCA Gateway REST plugin](https://github.com/Keyfactor/cscglobal-caplugin-dev/releases/latest) from GitHub.
57
57
58
58
3. Copy the unzipped directory (usually called `net6.0` or `net8.0`) to the Extensions directory:
59
59
@@ -91,7 +91,8 @@ This integration is tested and confirmed as working for Anygateway REST 24.2 and
91
91
2. PLEASE NOTE, AT THIS TIME THE RAPID_SSL TEMPLATE IS NOT SUPPORTED BY THE CSC API AND WILL NOT WORK WITH THIS INTEGRATION
92
92
93
93
The following certificate templates are supported. Please set up the key sizes accordingly in the Certificate Profile menu of Anygateway REST, then enter the remaining details
94
-
and the Enrollment Fields foreach Template accordingly using the Certificate Templates sectionin Command:
94
+
and the Enrollment Fields foreach Template accordingly using the Certificate Templates sectionin Command. If you would like to set up default values forenrollment parameters, you can do so thein the Certificate Template Menu of Anygateway REST.
95
+
If a field value is specified as both an Enrollment Field in Command and in the Certificate Template Menu in the REST Gateway, the value in the Enrollment Field will take precedence.
95
96
96
97
CONFIG ELEMENT | DESCRIPTION
97
98
----------------------------|------------------
@@ -175,7 +176,7 @@ This integration is tested and confirmed as working for Anygateway REST 24.2 and
175
176
Business Unit | Multiple Choice | Get From CSC Differs For Clients
Addtl Sans Comma Separated DVC Emails | String | N/A
293
+
Addtl Sans Comma Separated DCV Emails | String | N/A
293
294
294
295
3. Follow the [official Keyfactor documentation](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/AddCA-Keyfactor.htm) to add each defined Certificate Authority to Keyfactor Command and import the newly defined Certificate Templates.
295
296
297
+
4. In Keyfactor Command (v12.3+), for each imported Certificate Template, follow the [official documentation](https://software.keyfactor.com/Core-OnPrem/Current/Content/ReferenceGuide/Configuring%20Template%20Options.htm) to define enrollment fields for each of the following parameters:
298
+
299
+
***Term** - OPTIONAL: Certificate term (e.g. 12 or 24 months)
300
+
***Applicant First Name** - OPTIONAL: Applicant First Name
301
+
***Applicant Last Name** - OPTIONAL: Applicant Last Name
0 commit comments