Skip to content

Commit b9fad2f

Browse files
Change SSL to TLS.
1 parent d0253d1 commit b9fad2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-services/cloud-services-troubleshoot-common-issues-which-cause-roles-recycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To ensure that your `DiagnosticsConnectionString` setting is correct before you
5252
If you are developing your application by using Azure Tools for Microsoft Visual Studio, you can use the property pages to set this value.
5353

5454
## Exported certificate does not include private key
55-
To run a web role under SSL, you must ensure that your exported management certificate includes the private key. If you use the *Windows Certificate Manager* to export the certificate, be sure to select **Yes** for the **Export the private key** option. The certificate must be exported in the PFX format, which is the only format currently supported.
55+
To run a web role under TLS, you must ensure that your exported management certificate includes the private key. If you use the *Windows Certificate Manager* to export the certificate, be sure to select **Yes** for the **Export the private key** option. The certificate must be exported in the PFX format, which is the only format currently supported.
5656

5757
## Next steps
5858
View more [troubleshooting articles](https://azure.microsoft.com/documentation/articles/?tag=top-support-issue&product=cloud-services) for cloud services.

0 commit comments

Comments
 (0)