Trusted CA Root Certificates
You can add root Certificate Authorities (CAs) trusted by your Iotellect Server. Certificates signed by these trusted CAs will be considered valid for client authentication or other SSL/TLS-related operations. Ensure that only genuinely trusted root CA certificates are added here, as they form the basis of trust for the entire certificate chain. The alias provides a convenient way to refer to each root CA certificate from within Iotellect Server
Field Values
Each trusted root CA 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 containing the public key of the root CA.
subject: (String) The subject of the certificate, identifying the root CA.
issuer: (String) For root CA certificates, the issuer is typically the CA itself (self-signed).
validFrom: (Date) The date and time the certificate becomes valid.
validUntil: (Date) The date and time the certificate expires.
Was this page helpful?