Follow these steps to install the Encrypted Content Store to an instance of
SkyVault.
Before you begin, ensure that you have SkyVault 2.0 5.0 installed on your machine. For
more information, see Installing SkyVault
using setup wizards.
- Obtain the license ( .lic ) file with content encryption enabled from SkyVault.
- Apply the license into the <ALFRESCO_HOME>/tomcat/shared/classes/alfresco/extension/license directory.
-
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
- Follow the instructions for Configuring the Encrypted Content Store.