Skip to content

Commit 33eeda9

Browse files
changed server-chain.pem to server_chain.crt
1 parent e39a049 commit 33eeda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/manage-mqtt-broker/howto-configure-tls-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Both EC and RSA keys are supported, but all certificates in the chain must use t
6262
1. Create a full server certificate chain, where the order of the certificates matters: the server certificate is the first one in the file, the intermediate is the second.
6363

6464
```bash
65-
cat mqtts-endpoint.crt intermediate_ca.crt > server_chain.pem
65+
cat mqtts-endpoint.crt intermediate_ca.crt > server_chain.crt
6666
```
6767

6868
1. Create a Kubernetes secret with the server certificate chain and server key using kubectl.

0 commit comments

Comments
 (0)