As part of external PKI connector cleanup, the old "trustserver" functionality has been changed. "trustserver" was used in early PRIME projects to store sensitive data (like PIN and PUK) in Nexus Certificate Manager. Since sensitive data now can be encrypted also in PRIME, the trustserver functionality is only kept for compatibility reasons for existing PRIME installations.
Therefore the standalone usage of "trustserver" is no longer supported. Only the "combined" approach (new secrets are stored in PRIME internally, fallback is to check trustserver) can be used with PRIME 3.12.
In earlier releases, this functionality required nexus_cm.properties configuration in PRIME Designer, PRIME Explorer and PRIME Tenant. The current implementation requires a trustserver.properties available in all three applications. But only PRIME Explorer needs a working configuration, see an example file below. In PRIME Designer and PRIME Tenant, the file can be empty.
Example of truststore.properties
CODE
# config for trustserver
cmConnectorConfigName=InternalCMConnector
caTokenProcedureStoreSecret=handleCardsSecrets
caTokenProcedureRecovery=TP_RecoverKey
caTokenProcedureImportCert=Import_MyCertificate
certificateManagerIssuerIdentifier=CN=CM DEV Issuing CA, O=CM DEV, C=DE