Creating Zip Archive With Existing Certificates - IDS NXT malibu Technical Manual

Table of Contents

Advertisement

Fig. 19: Configure HTTPS com m unication
If you use an SSL certificate, it is not necessary to make any further settings for IDS NXT
cockpit , as IDS NXT cockpit uses a secure connection.

6.6.1 Creating ZIP archive with existing certificates

Prerequisites:
·
IDS NXT Camera
·
SSL certificates in pem format
Creating the ZIP archive
1. Create a directory named "myCertificates" where you place your SSL certificate files.
2. Create the file "ssl.json" in the "myCertificates" folder.
3. Open the "ssl.json" file in a text editor. The chain-files must be sorted in the following order from "Leaf" to
"Root".
{
"issuer": "YourOrganisation",
"key-file": "server.key",
"cert-file": "server.cert",
"chain-files":
[
"server.cert", "ca.cert"
]
}
Under "chain-files", you must enter all certificates of the chain, i.e. also the certificate of the
server itself.
Make sure to write the file names correctly, as no further verification takes place.
2023-10-25
IDS NXT malibu: Technical Manual
32

Advertisement

Table of Contents
loading

Table of Contents