Info |
---|
This article is valid for Smart ID 2024.06.1 R1 and later. |
This article describes how to change the secret fields encryption keypair in Smart ID Identity Manager. The keys are changed using an application provided by Nexus. This application is referenced as Secret Fields Key Updater in this article.
...
For docker:
Open docker/compose/identitymanager/config/signencrypt.xml for editing.
or:
For WAR file deployment:
Open WEB-INF/classes/engineSignEncryptengineSignEncryptConfig.xml in Identity Manager Operator, Identity Manager Admin and Identity Manager Tenant for editing.Change the attributes of the
EncryptedFields
descriptor and its referenced key to the values needed for the new keypair, as you set them for theNewEncryptedFields
descriptor in the migration application. Note that the descriptor's name must still beEncryptedFields
and notNewEncryptedFields
for Identity Manager.For docker:
Run docker compose up from within docker/compose/identitymanager/<webappname>/ for all Identity Manager applications (Admin, Operator and Tenant) to recreate the docker containers.
or:
For WAR file deployment:
Start Identity Manager.