Skip to content

Commit

Permalink
Update generated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyfactor committed Feb 21, 2024
1 parent 7161668 commit 4cbd0b9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@

# DigiCert CertCentral CA AnyGateway

This integration allows for the Synchronization, Enrollment, and Revocation of certificates from DigiCert CertCentral.

#### Integration status: Production - Ready for use in production environments.


## About the Keyfactor AnyGateway CA 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.


## Support for DigiCert CertCentral CA AnyGateway

DigiCert CertCentral CA AnyGateway is supported by Keyfactor for Keyfactor customers. If you have a support issue, please open a support ticket via the Keyfactor Support Portal at https://support.keyfactor.com

###### 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.

---


---





## Keyfactor AnyGateway Framework Supported

This gateway was compiled against version 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 Down Expand Up @@ -200,6 +206,9 @@ OPTIONAL: If you list one or more CA IDs here, the sync process will only sync r
OPTIONAL: If set to 'true', syncing will apply a filter to only return orders whose expiration date is later than the current day. Default if not specified is 'false'
* ```SyncExpirationDays```
OPTIONAL: If FilterExpiredOrders is set to true and SyncExpirationDays is provided, it specifies the number of days in the past to sync expired certs. Example: a value of 30 means all certs that expired within the past 30 days will still be sync. If FilterExpiredOrders is true and this is not provided, the default will filter out certs that expired before the current day. This value is ignored if FilterExpiredOrders is false or not provided.
* ```PaymentMethod```
OPTIONAL: Specify which payment method to use when enrolling for certs. Valid options are "balance" and "card". Balance uses account balance on your DigiCert account, whereas Card tells DigiCert to use the account's default credit card (which you must set up in your DigiCert account)
If this field is not specified, the DigiCert API default will be used, which is "balance"

```json
"CAConnection": {
Expand All @@ -210,6 +219,7 @@ OPTIONAL: If FilterExpiredOrders is set to true and SyncExpirationDays is provid
"SyncCAFilter": ["ABC12345", "DEF67890"],
"FilterExpiredorders": false,
"SyncExpirationDays": 30
"PaymentMethod": "balance"
},
```
## GatewayRegistration
Expand Down

0 comments on commit 4cbd0b9

Please sign in to comment.