Comment: 24.R1 - updates throughout the entire article.
Remember to update the release version number before publishing externally.
Info |
---|
This article includes updates for Smart ID 24.R1. |
...
Stop the Identity Manager applications and shut down Tomcat or the respective docker containers by running
docker compose down
from within docker/compose/identitymanager/<webappname>/.Create a backup of the respective databases.
...
Set up Identity Manager to use the new keypair
Open the files file for editing.
For docker: Open docker/compose/identitymanager/config/signencrypt.xml.
For WAR file deployment: Open WEB-INF/classes/engineSignEncryptConfig.xml in Identity Manager Operator, Identity Manager Admin, and Identity Manager Tenant.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 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.
For WAR file deployment: Start Identity Manager.