Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This article describes how to manage truststores in Nexus Timestamp Server.

A truststore contains one or more CA certificate which are considered trusted by the entity that uses the truststore. It is of crucial importance that only correct and trusted CA certificates are added to the truststores. Use JKS (Java KeyStore) stores as trust stores, or just point out a directory (see Service configuration in Nexus Timestamp Server) containing the certificates to trust. The certificates shall be in DER-format.

Add a CA certificate to the truststore

  1. Copy the certificate file to the configured directory.

Remove a CA certificate from the truststore

  1. Delete the certificate file from the directory.

Related information

  • Configure Nexus Timestamp Server
  • System configuration in Nexus Timestamp Server
  • No labels