Skip to content

Commit b4db1ff

Browse files
author
Michael Henderson
committed
update manifest to use new readme generation
1 parent 53996b1 commit b4db1ff

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

integration-manifest.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,27 @@
44
"name": "IIS Orchestrator",
55
"status": "production",
66
"link_github": true,
7-
"description": "The IIS Orchestrator treats the certificates bound (actively in use) on a Microsoft Internet Information Server (IIS) as a Keyfactor certificate store. Inventory and Management functions are supported. The orchestrator replaces the IIS orchestrator that ships with Keyfactor Command (which did not support binding.)"
7+
"description": "The IIS Orchestrator treats the certificates bound (actively in use) on a Microsoft Internet Information Server (IIS) as a Keyfactor certificate store. Inventory and Management functions are supported. The orchestrator replaces the IIS orchestrator that ships with Keyfactor Command (which did not support binding.)",
8+
"about": {
9+
"orchestrator": {
10+
"win": {
11+
"supportsCreateStore": false,
12+
"supportsDiscovery": false,
13+
"supportsManagementAdd": true,
14+
"supportsManagementRemove": true,
15+
"supportsReenrollment": false,
16+
"supportsInventory": true,
17+
"platformSupport": "Unused"
18+
},
19+
"linux": {
20+
"supportsCreateStore": false,
21+
"supportsDiscovery": false,
22+
"supportsManagementAdd": false,
23+
"supportsManagementRemove": false,
24+
"supportsReenrollment": false,
25+
"supportsInventory": false,
26+
"platformSupport": "Unused"
27+
}
28+
}
29+
}
830
}

0 commit comments

Comments
 (0)