Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As a first step, we need to generate the certificate hierarchy for Chariot, MQTT Engine and MQTT Transmission.

Let’s create Create the following folder structure on your local drive to hold the various certificates in the hierarchy that hierarchy that we will be generating:

├── ca/

│  ├── engine/
│  ├── server/
│  └── transmission/
└── certs/
    ├── engine/
    ├── server/
    └── transmission/

OR

├── rootCA/

│  ├── engineclientCA/
│  ├── serverCA/
│  └── transmissionclientCA/
└── certs/
    ├── engineclientCA/
    ├── serverCA/
    └── transmissionclientCA/

...