Skip to content

Commit 9cbcafa

Browse files
committed
update amlarc doc
1 parent adedeef commit 9cbcafa

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

articles/machine-learning/how-to-troubleshoot-kubernetes-compute.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ openssl x509 -in cert.pem -noout -modulus | md5sum
193193
openssl rsa -in key.pem -noout -modulus | md5sum
194194
```
195195

196+
For sslCertPemFile, it is the public certificate. It should include the certificate chain which includes below certificates and should be in the sequence of the server certificate, the intermediate CA certificate and the root CA certificate:
197+
* The server certificate: This is the certificate that the server presents to the client during the TLS handshake. It contains the server’s public key, domain name, and other information. The server certificate is signed by an intermediate certificate authority (CA) that vouches for the server’s identity.
198+
* The intermediate CA certificate: This is the certificate that the intermediate CA presents to the client to prove its authority to sign the server certificate. It contains the intermediate CA’s public key, name, and other information. The intermediate CA certificate is signed by a root CA that vouches for the intermediate CA’s identity.
199+
* The root CA certificate: This is the certificate that the root CA presents to the client to prove its authority to sign the intermediate CA certificate. It contains the root CA’s public key, name, and other information. The root CA certificate is self-signed and trusted by the client.
200+
196201

197202
## Training guide
198203

articles/machine-learning/reference-kubernetes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ More information about how to use ARM template can be found from [ARM template d
397397

398398
| Date | Version |Version description |
399399
|---|---|---|
400+
|Nov 21, 2023 | 1.1.39| Fixed vulnerabilities. Refined error message. Increased stability for relayserver API. |
401+
|Nov 1, 2023 | 1.1.37| Update data plane envoy version. |
400402
|Oct 11, 2023 | 1.1.35| Fix vulnerable image. Bug fixes. |
401403
|Aug 25, 2023 | 1.1.34| Fix vulnerable image. Return more detailed identity error. Bug fixes. |
402404
|July 18, 2023 | 1.1.29| Add new identity operator errors. Bug fixes. |

0 commit comments

Comments
 (0)