Versions Compared

Key

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

...

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

ChariotCertschariotcerts/

├── ca/

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

OR

ChariotCertschariotcerts/

├── rootCA/

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

...

You should have the following files created:

ChariotCertschariotcerts/

├── ca/

   ├── ca.crt

   ├── ca.key

...

We have now generated all the certificates and keys needed to setup SSL connections between Chariot and the MQTT Engine and MQTT Transmission modules:

ChariotCertschariotcerts/

├── ca/

│   ├── ca.crt

│   ├── ca.key

...