From e9e5c4d7f501e7517302a4fcc688bcc1bd2b0ccf Mon Sep 17 00:00:00 2001 From: Lee Fine Date: Mon, 14 Oct 2024 19:05:42 +0000 Subject: [PATCH] ab#63856 --- integration-manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 } } ],