Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…plugin into dev-1.0
  • Loading branch information
dgaley committed Oct 16, 2024
2 parents 0aad318 + 10ea671 commit 9b3ea86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,14 @@ The Entrust ECS Gateway AnyCA Gateway REST plugin is supported by Keyfactor fo

* **AuthUsername** - Username for the gateway to authenticate with Entrust
* **AuthPassword** - Password for the account used to authenticate with Entrust
* **ClientCertificate** - The client certificate information used to authenticate with Entrust, only if configured to use certificate authentication
* **ClientCertificate** - The client certificate information used to authenticate with Entrust (if configured to use certificate authentication). This can be either a Windows cert store location and thumbprint, or a PFX file and password.
* **Name** - The default requester name
* **Email** - The default requester email address
* **PhoneNumber** - The default requester phone number
* **IgnoreExpired** - If set to true, will not sync expired certs from Entrust
* **Enabled** - Flag to Enable or Disable gateway functionality. Disabling is primarily used to allow creation of the CA prior to configuration information being available.

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 Entrust ECS Gateway plugin supports the following product IDs:
2. TODO Certificate Template Creation Step is a required section

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.

Expand All @@ -105,8 +104,6 @@ The Entrust ECS Gateway AnyCA Gateway REST plugin is supported by Keyfactor fo



## License

Apache License 2.0, see [LICENSE](LICENSE).
Expand Down
5 changes: 5 additions & 0 deletions docsource/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ The Entrust ECS AnyCA Gateway REST plugin extends the capabilities of Entrust Ce
## Gateway Registration

In order to enroll for certificates the Keyfactor Command server must trust the trust chain. Once you know your Root and/or Subordinate CA in your Entrust account, make sure to download and import the certificate chain into the Command Server certificate store

## Certificate Template Creation Step

TODO Certificate Template Creation Step is a required section

2 changes: 1 addition & 1 deletion integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"name": "ClientCertificate",
"description": "The client certificate information used to authenticate with Entrust, only if configured to use certificate authentication"
"description": "The client certificate information used to authenticate with Entrust (if configured to use certificate authentication). This can be either a Windows cert store location and thumbprint, or a PFX file and password."
},
{
"name": "Name",
Expand Down

0 comments on commit 9b3ea86

Please sign in to comment.