Skip to content

Commit

Permalink
chore(manifest): Re-create description fields in manifest to use Noun…
Browse files Browse the repository at this point in the history
… Phrase Style
  • Loading branch information
m8rmclaren committed Jul 3, 2024
1 parent cc09ff8 commit d127359
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
4 changes: 2 additions & 2 deletions docs/signum.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ The following table describes the required and optional fields for the `Signum`
| --------- | ----------- | ------------------------- |
| Category | Select "Signum" or the customized certificate store name from the previous step. | |
| Container | Optional container to associate certificate store with. | |
| Client Machine | For the Client Machine field, enter the base URL used for Signum endpoint calls, formatted as 'https://{base url for your signum install}:8888/rtadminservice.svc/basic'. The port number is generally 8888, but it may vary depending on your Signum configuration. | |
| Store Path | For the Store Path field, enter 'NA' as it is hardcoded to represent 'not applicable' for Signum Certificate Stores. | |
| Client Machine | The URL that will be used as the base URL for Signum endpoint calls, formatted as https://{base-url-for-signum-install}:8888/rtadminservice.svc/basic. | |
| Store Path | The value 'NA' to indicate that the Store Path is not applicable for the Signum certificate store type. | |
| Orchestrator | Select an approved orchestrator capable of managing `Signum` certificates. Specifically, one with the `Signum` capability. | |

* **Using kfutil**
Expand Down
24 changes: 4 additions & 20 deletions integration-manifest.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,17 @@
{
"$schema": "/Users/hroszell/coding/dev/staff-tools/keyfactor.github.io/v2/integration-manifest-schema.json",
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
"integration_type": "orchestrator",
"name": "Signum Orchestrator Extension",
"status": "production",
"support_level": "kf-supported",
"description": "The Signum Orchestrator Extension allows for the Inventorying of Signum private certificates. Discovery, Managment, and ReEnrollment are NOT supported in this integration. A Signum instance must be installed to use this integration along with the ability to consume Signum SOAP-based API endpoints using basic authentication.",
"description": "The Signum Universal Orchestrator extension allows for the remote management of cryptographic certificates within Signum environments, supporting inventory, addition, and removal of certificates via the Keyfactor Command platform.",
"link_github": true,
"update_catalog": true,
"release_dir": "Signum/bin/Release",
"about": {
"orchestrator": {
"UOFramework": "10.4.1",
"pam_support": true,
"win": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": false,
"supportsManagementRemove": false,
"supportsReenrollment": false,
"supportsInventory": true
},
"linux": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": false,
"supportsManagementRemove": false,
"supportsReenrollment": false,
"supportsInventory": true
},
"store_types": [
{
"Name": "Signum",
Expand Down Expand Up @@ -56,8 +40,8 @@
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required",
"ClientMachineDescription": "For the Client Machine field, enter the base URL used for Signum endpoint calls, formatted as 'https://{base url for your signum install}:8888/rtadminservice.svc/basic'. The port number is generally 8888, but it may vary depending on your Signum configuration.",
"StorePathDescription": "For the Store Path field, enter 'NA' as it is hardcoded to represent 'not applicable' for Signum Certificate Stores."
"ClientMachineDescription": "The URL that will be used as the base URL for Signum endpoint calls, formatted as https://{base-url-for-signum-install}:8888/rtadminservice.svc/basic.",
"StorePathDescription": "The value 'NA' to indicate that the Store Path is not applicable for the Signum certificate store type."
}
]
}
Expand Down

0 comments on commit d127359

Please sign in to comment.