-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathintegration-manifest.json
More file actions
46 lines (46 loc) · 2.33 KB
/
integration-manifest.json
File metadata and controls
46 lines (46 loc) · 2.33 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
42
43
44
45
46
{
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
"integration_type": "anyca-plugin",
"name": "Idnomic PKI AnyCA Gateway Plugin",
"status": "pilot",
"support_level": "kf-supported",
"link_github": true,
"update_catalog": true,
"description": "Idnomic PKI (formerly OpenTrust PKI) plugin for the AnyCA Gateway framework. Provides certificate lifecycle management through SOAP-based integration with Idnomic PKI systems.",
"gateway_framework": "24.2.0",
"release_dir": "Idnomic/bin/Release",
"release_project": "Idnomic/Idnomic.csproj",
"about": {
"carest": {
"ca_plugin_config": [
{
"name": "EndpointAddress",
"description": "The SOAP endpoint address for the Idnomic RA service. For example, 'https://idnomic-server.com/ra-service'."
},
{
"name": "ClientCertLocation",
"description": "The file path to the client certificate used for mutual TLS authentication with the Idnomic service."
},
{
"name": "ClientCertPassword",
"description": "The password for the client 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": "IssuerDnFilter",
"description": "Optional filter to restrict certificate synchronization to a specific issuing CA. Only certificates whose Issuer DN contains this value (case-insensitive) will be synchronized. For example, 'CN=MySubCA' will match any certificate issued by a CA whose DN contains that string. Can also be specified as a suffix on the endpoint URL using ||issuerdnfilter=<value> syntax."
}
],
"enrollment_config": [
{
"name": "Zone",
"description": "The Idnomic zone identifier for certificate enrollment. This parameter is required for enrollment operations."
}
],
"product_ids": []
}
}
}