Bootstrap Re-encryption - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

Re-encryption occurs during the repository bootstrap. For bootstrap re-encryption, follow the steps below:

  1. Stop the Alfresco Content Services server.
  2. Set the following property in the alfresco-global.properties file.
    encryption.bootstrap.reencrypt=true 
    					
  3. Backup the current keystore to backup-keystore as shown below:
    mv keystore backup-keystore
    mv keystore-passwords.properties backup-keystore-passwords.properties
    
  4. Copy your new keystore over the old keystore.
  5. Update keystore-passwords.properties with the passwords you used to create the keystore. In other words, update the keystore.password property with the keystore password and the metadata.password property with the metadata key password.
  6. Restart the server.