Skip to content

Commit 8c35d4e

Browse files
committed
Merge branch 'main' of https://github.com/Zhong-J/azure-docs-pr into main
2 parents 41b764f + 4b7d3df commit 8c35d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-secure-web-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can enable TLS either with Microsoft certificate or a custom certificate pur
112112
> [!IMPORTANT]
113113
> When you use a certificate from Microsoft, you don't need to purchase your own certificate or domain name.
114114

115-
* **When you use a custom certificate that you purchased**, you use the *ssl_cert_pem_file*, *ssl_key_pem_file*, and *ssl_cname* parameters. The PEM file with pass phrase protected is not supported to use. The following example demonstrates how to use .pem files to create a configuration that uses a TLS/SSL certificate that you purchased:
115+
* **When you use a custom certificate that you purchased**, you use the *ssl_cert_pem_file*, *ssl_key_pem_file*, and *ssl_cname* parameters. The PEM file with pass phrase protection is not supported. The following example demonstrates how to use .pem files to create a configuration that uses a TLS/SSL certificate that you purchased:
116116

117117
```python
118118
from azureml.core.compute import AksCompute

0 commit comments

Comments
 (0)