Skip to content

Commit

Permalink
ab#63856
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Fine committed Oct 14, 2024
1 parent 1c4c811 commit e9e5c4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
],
Expand Down

0 comments on commit e9e5c4d

Please sign in to comment.