Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created April 7, 2018 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/54e3b84971a7be64859df62a881b8247 to your computer and use it in GitHub Desktop.
Save PlagueHO/54e3b84971a7be64859df62a881b8247 to your computer and use it in GitHub Desktop.
The customProperties required to disable TLS1.0, TLS1.1 and 3DES in an API Management ARM Template
"customProperties": {
"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168": "false",
"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11": "false",
"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment