Nexus' software components have new names:

Nexus PRIME -> Smart ID Identity Manager
Nexus Certificate Manager -> Smart ID Certificate Manager
Nexus Hybrid Access Gateway -> Smart ID Digital Access component
Nexus Personal -> Smart ID clients

Go to Nexus homepage for overviews of Nexus' solutions, customer cases, news and more.


This article describes how to trust the Java truststore in Smart ID Identity Manager.

<SMARTIDHOME>

In this article, <SMARTIDHOME> refers to /home/nexus, but this can be different depending on the setup.

By default, Identity Manager does not trust the Java truststore. You can control this behavior through an environment variable.

  1. Open <SMARTIDHOME>/docker/compose/identitymanager/<admin|operator|tenant>/docker-compose.yml for editing. 
  2. Add environment variable TRUST_JAVA_TRUSTSTORE and set it to true. The variable takes a boolean and is false by default.

This article is valid for Smart ID 21.10 and later.

Related information