You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/device-sdk/mqtt-bundle/device-certificates.md
-2
Original file line number
Diff line number
Diff line change
@@ -320,8 +320,6 @@ If you are using multiple intermediate certificates between the CA certificate a
320
320
* If your keystore is in the JKS format: `keytool -import -file serverCertificate.pem -alias servercertificate -keystore deviceKeystore.jks`
321
321
6. You can check the content of your keystore (or truststore) with the command: `keytool -list -v -keystore deviceKeystore.jks`
322
322
323
-
### How to test created certificates with MQTT client
324
-
325
323
### Keystore and truststore
326
324
327
325
Generate a keystore and a truststore as described in [Generating and signing certificates](#generating-and-signing-certificates) if you didn't do it yet.
0 commit comments