Versions Compared

Key

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

...

Code Block
openssl x509 -in rootcaca/ca.crt -out rootcaca/ca.pem -outform PEM


You should have the following files created: 

iotcerts/
├── ca/
 ├── ca.crt
  ├── ca.pem
 ├── ca.key


Note
Depending on the version of openSSL that you are using, you may see additional .srl files created which contain the signed certificate's unique serial number. These files are not used directly by the modules and not included in the certificate hierarchy displayed above. 

...