Skip to content

Commit dc6ee81

Browse files
committed
chore(docs): Minor doc fixes.
1 parent 90a3311 commit dc6ee81

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
### 1.0.0
2-
* initial release
1+
## 1.0.0
2+
* Initial release

docsource/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Overview
22

3-
The Nexus Certificate Manager AnyCA REST plugin extends the capabilities of the Nexus Certificate Manager product to Keyfactor Command via the Keyfactor AnyCA Gateway REST. The plugin represents a fully featured AnyCA REST Plugin with the following capabilies:
3+
The Nexus Certificate Manager AnyCA REST plugin connects Nexus Certificate Manager to Keyfactor Command via the AnyCA Gateway REST. It supports the following capabilities:
44
* Certificate Synchronization
55
* Certificate Enrollment
66
* Certificate Revocation
@@ -13,11 +13,11 @@ The Nexus Certificate Manager AnyCA REST plugin extends the capabilities of the
1313

1414
## Gateway Registration
1515

16-
In order to enroll certificates the Keyfactor Command server must trust the CA chain. Once you identify your Root and/or Subordinate CA used by the Nexus Certificate Manager platform, make sure to download and import the certificate chain into the Command Server certificate store
16+
To enroll certificates, the Keyfactor Command server must trust the CA chain. Identify the Root and/or Subordinate CA used by Nexus Certificate Manager, then download and import the certificate chain into the Command Server certificate store.
1717

1818
## CA Connection
1919

20-
The certificate used by the gateway for authenticating into the Nexus Certificate Manager will need to be copied to a location on the Gateway Host that is accessible by the gateway service. The Certificate Path
20+
The certificate used by the gateway to authenticate into Nexus Certificate Manager must be copied to a location on the Gateway Host accessible by the gateway service.
2121

2222
## Certificate Template Creation Step
2323

integration-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
33
"integration_type": "anyca-plugin",
4-
"name": "Nexus Certificate Maanager AnyCA REST Gateway Plugin",
4+
"name": "Nexus Certificate Manager AnyCA REST Gateway Plugin",
55
"status": "prototype",
66
"support_level": "kf-community",
77
"link_github": false,
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"name": "Enabled",
33-
"description": "Flag to Enable or Disable gateway functionality. Disabling is primarily used to allow creation of the CA prior to configuration information being available."
33+
"description": "Enables or disables gateway functionality. Disable to create the CA before configuration information is available."
3434
}
3535
],
3636
"enrollment_config": []

0 commit comments

Comments
 (0)