diff --git a/integration-manifest.json b/integration-manifest.json index 85724d2..8ad196c 100644 --- a/integration-manifest.json +++ b/integration-manifest.json @@ -51,24 +51,24 @@ "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, - "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." + "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, - "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." + "OnReenrollment": false } } ],