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
DigiCert CertCentral plugin for the AnyCA Gateway framework
4
4
5
5
#### Integration status: Prototype - Demonstration quality. Not for use in customer environments.
6
6
@@ -12,9 +12,9 @@ This repository contains an AnyGateway CA Connector, which is a plugin to the Ke
12
12
13
13
14
14
15
-
## Support for <GatewayNameHere>
15
+
## Support for DigiCert CertCentral Gateway
16
16
17
-
<GatewayNameHere> is open source and community supported, meaning that there is **no SLA** applicable for these tools.
17
+
DigiCert CertCentral Gateway is open source and community supported, meaning that there is **no SLA** applicable for these tools.
18
18
19
19
###### To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab.
20
20
@@ -37,7 +37,7 @@ This gateway was compiled against version 10.x.x of the AnyGateway Framework. Y
37
37
38
38
39
39
# Introduction
40
-
This AnyGateway plug-in enables issuance, revocation, and synchronization of certificates from <Company> <Product> offering.
40
+
This AnyGateway plug-in enables issuance, revocation, and synchronization of certificates from DigiCert's CertCentral offering.
41
41
# Prerequisites
42
42
43
43
## Certificate Chain
@@ -48,122 +48,20 @@ In order to enroll for certificates the Keyfactor Command server must trust the
48
48
# Install
49
49
* Download latest successful build from [GitHub Releases](../../releases/latest)
50
50
51
-
* Copy <GatewayDLL>.dll to the Program Files\Keyfactor\Keyfactor AnyGateway directory
52
-
53
-
* Update the CAProxyServer.config file
54
-
* Update the CAConnection section to point at the DigiCertCAProxy class
The following sections will breakdown the required configurations for the AnyGatewayConfig.json file that will be imported to configure the AnyGateway.
61
-
62
-
## Templates
63
-
The Template section will map the CA's products to an AD template.
64
-
*```ProductID```
65
-
This is the ID of the <Product> product to map to the specified template.
66
-
67
-
```json
68
-
"Templates": {
69
-
"WebServer": {
70
-
"ProductID": "<productID>",
71
-
"Parameters": {
72
-
}
73
-
}
51
+
* Copy DigiCertCAGateway.dll and DigiCertCAGateway.deps.json to the Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net6.0\Extensions directory
52
+
53
+
* Update the manifest.json file located in Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net6.0\Extensions\Connectors
54
+
* If the manifest.json file or the Connectors folder do not exist, create them.
0 commit comments