Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions cmd/store_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,36 @@
"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/"
},
{
"Name": "Cloudflare Edge",
"ShortName": "CloudflareEdge",
"Capability": "CloudflareEdge",
"LocalStore": false,
"SupportedOperations": {
"Add": false,
"Create": false,
"Discovery": false,
"Enrollment": false,
"Remove": false
},
"EntryParameters": [],
"StorePathType": "",
"StorePathValue": "",
"PrivateKeyAllowed": "Forbidden",
"ClientMachineDescription": "The account identifier for the Cloudflare account to be used for connecting to the Cloudflare API.",
"StorePathDescription": "The zone identifier for the Cloudflare zone where the edge certificates are located.",
"JobProperties": [],
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Forbidden",
"Properties": [],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
}
},
{
"Name": "IBM Data Power",
"ShortName": "DataPower",
Expand Down
30 changes: 30 additions & 0 deletions store_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,36 @@
"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/"
},
{
"Name": "Cloudflare Edge",
"ShortName": "CloudflareEdge",
"Capability": "CloudflareEdge",
"LocalStore": false,
"SupportedOperations": {
"Add": false,
"Create": false,
"Discovery": false,
"Enrollment": false,
"Remove": false
},
"EntryParameters": [],
"StorePathType": "",
"StorePathValue": "",
"PrivateKeyAllowed": "Forbidden",
"ClientMachineDescription": "The account identifier for the Cloudflare account to be used for connecting to the Cloudflare API.",
"StorePathDescription": "The zone identifier for the Cloudflare zone where the edge certificates are located.",
"JobProperties": [],
"ServerRequired": true,
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Forbidden",
"Properties": [],
"PasswordOptions": {
"EntrySupported": false,
"StoreRequired": false,
"Style": "Default"
}
},
{
"Name": "IBM Data Power",
"ShortName": "DataPower",
Expand Down
Loading