Skip to content

Commit

Permalink
Finalize initial release (#7)
Browse files Browse the repository at this point in the history
* Finalize release values in manifest
* Update generated README
  • Loading branch information
fiddlermikey authored Mar 6, 2024
1 parent 81bf163 commit 1647e8f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

This AnyGateway implementation consumes the Entrust CA Gateway API to provide access to the Entrust Certificate Services, Entrust Authority Security Manager, and Entrust Managed PKI product lines.

#### Integration status: Prototype - Demonstration quality. Not for use in customer environments.
#### Integration status: Production - Ready for use in production environments.

## About the Keyfactor AnyGateway CA Connector
## About the Keyfactor AnyCA Gateway DCOM Connector

This repository contains an AnyGateway CA Connector, which is a plugin to the Keyfactor AnyGateway. AnyGateway CA Connectors allow Keyfactor Command to be used for inventory, issuance, and revocation of certificates from a third-party certificate authority.
This repository contains an AnyCA Gateway Connector, which is a plugin to the Keyfactor AnyGateway. AnyCA Gateway Connectors allow Keyfactor Command to be used for inventory, issuance, and revocation of certificates from a third-party certificate authority.

## Support for Entrust CA Gateway

Expand All @@ -24,9 +24,14 @@ Entrust CA Gateway is supported by Keyfactor for Keyfactor customers. If you hav



## Keyfactor AnyGateway Framework Supported
## Keyfactor AnyCA Gateway Framework Supported
The Keyfactor gateway framework implements common logic shared across various gateway implementations and handles communication with Keyfactor Command. The gateway framework hosts gateway implementations or plugins that understand how to communicate with specific CAs. This allows you to integrate your third-party CAs with Keyfactor Command such that they behave in a manner similar to the CAs natively supported by Keyfactor Command.




This gateway extension was compiled against version 10.x.x of the AnyCA Gateway DCOM Framework. You will need at least this version of the framework Installed. If you have a later AnyGateway Framework Installed you will probably need to add binding redirects in the CAProxyServer.exe.config file to make things work properly.

This gateway was compiled against version 10.x.x of the AnyGateway Framework. You will need at least this version of the AnyGateway Framework Installed. If you have a later AnyGateway Framework Installed you will probably need to add binding redirects in the CAProxyServer.exe.config file to make things work properly.

[Keyfactor CAGateway Install Guide](https://software.keyfactor.com/Guides/AnyGateway_Generic/Content/AnyGateway/Introduction.htm)

Expand All @@ -45,7 +50,7 @@ The [Entrust CA Gateway](https://blog.entrust.com/2019/08/its-time-to-rest-easy/
In order to enroll for certificates the Keyfactor Command server must trust the trust chain. Once you create your Root and/or Subordinate CA, make sure to import the certificate chain into the Command Server certificate store

# Install
* Download latest successful build from [GitHub Releases](/releases/latest)
* Download latest successful build from [GitHub Releases](../../releases/latest)

* Copy EntrustCAProxy.dll to the Program Files\Keyfactor\Keyfactor AnyGateway directory

Expand Down
8 changes: 4 additions & 4 deletions integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"$schema": "https://keyfactor.github.io/integration-manifest-schema.json",
"integration_type": "ca-gateway",
"name": "Entrust CA Gateway",
"status": "prototype",
"status": "production",
"support_level": "kf-supported",
"link_github": false,
"update_catalog": false,
"link_github": true,
"update_catalog": true,
"description": "This AnyGateway implementation consumes the Entrust CA Gateway API to provide access to the Entrust Certificate Services, Entrust Authority Security Manager, and Entrust Managed PKI product lines.",
"gateway_framework": "10.x.x",
"release_dir": "EntrustCAProxy/bin/Release"
"release_dir": "src\\EntrustCAProxy\\bin\\Release"
}
2 changes: 1 addition & 1 deletion readme_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The [Entrust CA Gateway](https://blog.entrust.com/2019/08/its-time-to-rest-easy/
In order to enroll for certificates the Keyfactor Command server must trust the trust chain. Once you create your Root and/or Subordinate CA, make sure to import the certificate chain into the Command Server certificate store

# Install
* Download latest successful build from [GitHub Releases](/releases/latest)
* Download latest successful build from [GitHub Releases](../../releases/latest)

* Copy EntrustCAProxy.dll to the Program Files\Keyfactor\Keyfactor AnyGateway directory

Expand Down

0 comments on commit 1647e8f

Please sign in to comment.