Skip to content

Commit

Permalink
Update CustomSettings description to include how to disable TLS setti…
Browse files Browse the repository at this point in the history
…ngs (Azure#1736)

* Add Query to Export API and nit documentation update

* Fixed Parameter name

* Fixed Parameter name

* Update description to include setting to disable TLS

* Update information for cipher.

* Fix spelling of cipher
  • Loading branch information
solankisamir authored and salameer committed Sep 25, 2017
1 parent 5f6b337 commit a22f002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@
"additionalProperties": {
"type": "string"
},
"description": "Custom properties of the API Management service, like disabling TLS 1.0."
"description": "Custom properties of the API Management service. Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2). Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable just TLS 1.1 and setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable TLS 1.0 on an API Management service."
},
"certificates": {
"type": "array",
Expand Down

0 comments on commit a22f002

Please sign in to comment.