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
+185-1Lines changed: 185 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The AWSPCA CA Gateway AnyCA Gateway REST plugin is supported by Keyfactor for K
47
47
48
48
## Requirements
49
49
50
-
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.
50
+
This integration is tested and confirmed as working for Anygateway REST 24.4 and above. Notice: Keyfactor Anygateway REST 24.4 requires the use of .Net 8.
51
51
52
52
## Installation
53
53
@@ -108,6 +108,190 @@ This integration is tested and confirmed as working for Anygateway REST 25.4 and
108
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.
109
109
110
110
111
+
## Authentication (Access Key + Secret)
112
+
113
+
The CAPlugin currently supports **one** authentication method: **AWS Access Key ID + Secret Access Key**.
114
+
**OAuth** and **Default SDK authentication** will be enabled in later updates. There is functionality present via the **Keyfactor AWS Authentication** library, but these alternate methods are currently ***untested***.
115
+
116
+
### What you need ready
117
+
118
+
Before configuring the CAPlugin, have the following prepared:
0 commit comments