Client Certificates

These certificates are used for client authentication. They can be used by certain devices and drivers when connecting with external services. Each client certificate must be paired with its corresponding private key. Ensure that the certificate is valid (not expired) and issued by a trusted Certificate Authority. The alias provides a user-friendly name to reference the certificate from within the Iotellect Server.

Field Values

Each certificate is defined by the following values:

  • Alias: (String) Name of the certificate that will be used to refer to it.

  • Certificate: (Data Block) Certificate binary data file.

  • Private Key: (String) Private key for the provided certificate.

  • Subject: (String) The subject of the certificate (who or what the certificate is for).

  • Issuer: (String) The issuer of the certificate (the entity that signed and guarantees the certificate).

  • Valid From: (Date) The date and time the certificate becomes valid.

  • Valid Until: (Date) The date and time the certificate expires.

Was this page helpful?