Skip to content

Commit 58173d1

Browse files
authored
Merge pull request #112318 from tanmaygore/patch-6
Changing error in document
2 parents 5bcdaa6 + 0ddaae6 commit 58173d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-services/cloud-services-configure-ssl-certificate-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To configure TLS for an application, you first need to get a TLS/SSL certificate
2727

2828
The certificate must meet the following requirements for TLS/SSL certificates in Azure:
2929

30-
* The certificate must contain a private key.
30+
* The certificate must contain a public key.
3131
* The certificate must be created for key exchange, exportable to a Personal Information Exchange (.pfx) file.
3232
* The certificate's subject name must match the domain used to access the cloud service. You cannot obtain a TLS/SSL certificate from a certificate authority (CA) for the cloudapp.net domain. You must acquire a custom domain name to use when access your service. When you request a certificate from a CA, the certificate's subject name must match the custom domain name used to access your application. For example, if your custom domain name is **contoso.com** you would request a certificate from your CA for ***.contoso.com** or **www\.contoso.com**.
3333
* The certificate must use a minimum of 2048-bit encryption.

0 commit comments

Comments
 (0)