You are here

Installing the Encrypted content store

Follow these steps to install the Encrypted content store.
Before you begin, ensure that you have an instance of SkyVault installed on your machine. For more information, see Installing SkyVault using setup wizards.
  1. Obtain the license (.lic) file with content encryption enabled from SkyVault Support.
  2. Apply the license into the <ALFRESCO_HOME>/tomcat/shared/classes/alfresco/extension/license directory.
  3. Generate the RSA master key(s) in a new keystore.

    For example, use the following command to generate the master key:

    keytool -genkey -alias key1 -keyalg RSA -keystore <master keystore path> -keysize 2048
  4. Follow the instructions for Configuring the Encrypted content store.