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:

ChariotCerts/

├── ca/

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

OR

ChariotCerts/

├── rootCA/

...