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
<imgsrc="https://img.shields.io/github/downloads/Keyfactor/aws-pca-caplugin/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 25.4 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 [AWSPCA CA Gateway AnyCA Gateway REST plugin](https://github.com/Keyfactor/aws-pca-caplugin-dev/releases/latest) from GitHub.
56
+
2. On the server hosting the AnyCA Gateway REST, download and unzip the latest [AWSPCA CA Gateway AnyCA Gateway REST plugin](https://github.com/Keyfactor/aws-pca-caplugin/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
@@ -76,7 +76,7 @@ This integration is tested and confirmed as working for Anygateway REST 25.4 and
76
76
77
77
***Gateway Registration**
78
78
79
-
79
+
TODO Gateway Registration is a required section
80
80
81
81
***CA Connection**
82
82
@@ -99,9 +99,11 @@ This integration is tested and confirmed as working for Anygateway REST 25.4 and
99
99
***IAMUserAccessSecret** - IAM user access secret (secret).
100
100
***ExternalId** - Optional sts:ExternalId to supply on AssumeRole calls.
101
101
102
-
2. PLEASE NOTE, AT THIS TIME THE RAPID_SSL TEMPLATE IS NOT SUPPORTED BY THE CSC API AND WILL NOT WORK WITH THIS INTEGRATION
102
+
2. Define [Certificate Profiles](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/AddCP-Gateway.htm) and [Certificate Templates](https://software.keyfactor.com/Guides/AnyCAGatewayREST/Content/AnyCAGatewayREST/AddCA-Gateway.htm) for the Certificate Authority as required. One Certificate Profile must be defined per Certificate Template. It's recommended that each Certificate Profile be named after the Product ID. The AWSPCA CA Gateway plugin supports the following product IDs:
103
103
104
-
The following certificate templates are supported:
104
+
* **EndEntity**
105
+
* **EndEntityClientAuth**
106
+
* **EndEntityServerAuth**
105
107
106
108
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.
Copy file name to clipboardExpand all lines: docsource/configuration.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,7 @@ This integration allows for the Synchronization, Enrollment, and Revocation of c
6
6
7
7
This integration is tested and confirmed as working for Anygateway REST 25.4 and above. Notice: Keyfactor Anygateway REST 25.4 requires the use of .Net 8.
0 commit comments