-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintegration-manifest.json
82 lines (82 loc) · 4.09 KB
/
integration-manifest.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
"integration_type": "orchestrator",
"name": "Citrix Netscaler Universal Orchestrator",
"status": "production",
"link_github": true,
"update_catalog": true,
"support_level": "kf-supported",
"release_dir": "CitrixAdcOrchestratorJobExtension/bin/Release",
"release_project": "CitrixAdcOrchestratorJobExtension/Keyfactor.Extensions.Orchestrator.CitricAdc.csproj",
"description": "Orchestrator to manage certificates and keys on one to many VServers in Netscaler. The integration supports Enrollment, Renewal, Inventory and Remove from Store.",
"about": {
"orchestrator": {
"UOFramework": "10.4",
"pam_support": true,
"keyfactor_platform_version": "10.4",
"store_types": [
{
"Name": "CitrixAdc",
"ShortName": "CitrixAdc",
"Capability": "CitrixAdc",
"ServerRequired": true,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required",
"PowerShell": false,
"PrivateKeyAllowed": "Required",
"SupportedOperations": {
"Add": true,
"Create": false,
"Discovery": false,
"Enrollment": false,
"Remove": true
},
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
},
"Properties": [
{
"Name": "linkToIssuer",
"DisplayName": "Link To Issuer",
"Type": "Bool",
"DependsOn": "",
"DefaultValue": "false",
"Required": false,
"Description": "Determines whether an attempt will be made to link the added certificate (via a Management-Add job) to its issuing CA certificate."
}
],
"EntryParameters": [
{
"Name": "virtualServerName",
"DisplayName": "Virtual Server Name",
"Type": "String",
"Description": "When adding a certificate, this can be a single VServer name or a comma separated list of VServers to bind to Note: must match the number of Virtual SNI Cert values.",
"RequiredWhen": {
"HasPrivateKey": false,
"OnAdd": false,
"OnRemove": false,
"OnReenrollment": false
}
},
{
"Name": "sniCert",
"DisplayName": "SNI Cert",
"Type": "String",
"Description": "When adding a certificate, this can be a single boolean value (true/false) or a comma separated list of boolean values to determine whether the binding should use server name indication. Note: must match the number of Virtual Server Name values.",
"RequiredWhen": {
"HasPrivateKey": false,
"OnAdd": false,
"OnRemove": false,
"OnReenrollment": false
}
}
],
"ClientMachineDescription": "The DNS or IP Address of the Citrix ADC Appliance.",
"StorePathDescription": "The path where certificate files are located on the Citrix ADC appliance. This value will likely be /nsconfig/ssl/"
}
]
}
}
}