Skip to content

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaley committed May 8, 2024
1 parent fc1cfb8 commit 222f5fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions readme_source.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Introduction
This AnyGateway plug-in enables issuance, revocation, and synchronization of certificates from DigiCert's CertCentral offering.
This AnyCA Gateway plug-in enables issuance, revocation, and synchronization of certificates from DigiCert's CertCentral offering.
# Prerequisites

## Certificate Chain
Expand All @@ -10,19 +10,19 @@ In order to enroll for certificates the Keyfactor Command server must trust the
# Install
* Download latest successful build from [GitHub Releases](../../releases/latest)

* Copy DigiCertCAGateway.dll and DigiCertCAGateway.deps.json to the Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net6.0\Extensions directory
* Copy DigicertCAPlugin.dll and DigicertCAPlugin.deps.json to the Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net6.0\Extensions directory

* Update the manifest.json file located in Program Files\Keyfactor\AnyCA Gateway\AnyGatewayREST\net6.0\Extensions\Connectors
* If the manifest.json file or the Connectors folder do not exist, create them.
```json
```json
{
"extensions": {
"Keyfactor.AnyGateway.Extensions.IAnyCAPlugin": {
"DigiCertCAConnector": {
"assemblypath": "../DigiCertCAGateway.dll",
"TypeFullName": "Keyfactor.Extensions.CAGateway.DigiCert.CertCentralCAConnector"
"CertCentralCAPlugin": {
"assemblypath": "../DigicertCAPlugin.dll",
"TypeFullName": "Keyfactor.Extensions.CAPlugin.DigiCert.CertCentralCAPlugin"
}
}
}
}
```
```

0 comments on commit 222f5fa

Please sign in to comment.