Skip to content

Commit b1cc8b7

Browse files
authored
Merge pull request #110369 from TimShererWithAquent/us1679050dr
Change SSL to TLS per 1679050
2 parents 26c8bc9 + ec798e4 commit b1cc8b7

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)