-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintegration-manifest.json
More file actions
41 lines (41 loc) · 2.41 KB
/
Copy pathintegration-manifest.json
File metadata and controls
41 lines (41 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
"integration_type": "anyca-plugin",
"name": "Nexus Certificate Manager AnyCA REST Gateway Plugin",
"status": "prototype",
"support_level": "kf-community",
"link_github": false,
"update_catalog": false,
"description": "Nexus Certificate Manager plugin for the AnyCA REST Gateway framework",
"gateway_framework": "25.2.0",
"release_dir": "nexus-certificate-manager-caplugin/bin/Release",
"release_project": "nexus-certificate-manager-caplugin/NexusCertManagerCAPlugin.csproj",
"about": {
"carest": {
"product_ids": [],
"ca_plugin_config": [
{
"name": "Host",
"description": "The URI of the Nexus Certificate Manager API, including port. Example: https://192.168.1.10:8444"
},
{
"name": "AuthCertificatePath",
"description": "The full path on the AnyCA Gateway host to the PFX certificate used for authenticating into Nexus Certificate Manager."
},
{
"name": "AuthCertPassword",
"description": "The password for the PFX authentication certificate."
},
{
"name": "Enabled",
"description": "Flag to Enable or Disable gateway functionality. Disabling is primarily used to allow creation of the CA prior to configuration information being available."
},
{
"name": "SyncProcedureField",
"description": "Optional. Enables certificate synchronization. Set this to the name of the Nexus CA ExtendedCertSearch field (e.g. \"field1\") that your CA administrator has configured to store the issuing procedure name at enrollment time. When provided, Synchronize will read that field from each certificate to reconstruct its ProductID (procedure name). When omitted, Synchronize is disabled because the Nexus CA API does not natively return the issuing procedure with certificate records. NOTE: Configuring the Nexus CA to populate this field requires custom Java InputView development and AWB policy changes by a CA administrator. This configuration is outside the scope of Keyfactor support."
}
],
"enrollment_config": []
}
}
}