Versions Compared

Key

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

...

  • Private Key
    • A Private Key that was used to generate the Certificate Signing Request (CSR) and obtain the signed Server Certificate.
    • Must be an RSA Private Provate Key of type PKCS1 in PEM format.
    • Review How to identify my Private Key type to verify type.SA  RSA private key in PEM format that was used to generate the server certificate.
  • Server Certificate signed by a CA
    • The signed Certificate that the Chariot MQTT Server will use for SSL/TLS communication.
    • Must be a X.509 SSL Certificated in PEM format.
  • Root CA Chain
    • A public root Certificate Authority (CA) certificate and any/all public intermediate CA certificates between the root and the CA that issued the certificate in PEM format. If there are no intermediate CAs, then the chain is made up of only the public root CA certificate.
    • Must be a list of X.509 certificates in PEM format.

...