Before you begin, ensure that you have an instance of Content Services installed on your machine.
- Obtain the license (.lic) file with content encryption enabled from Alfresco Support.
- 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 -storetype jceks -keyalg RSA -keystore <master keystore path> -keysize 2048
- Due to US export regulations and limitations in the Java Cryptographic Extension (JCE), the length of the symmetric key is not greater than 128 bit in the default configuration. If you’re eligible to unlimited strength encryption, download the Unlimited Strength Jurisdiction Policy files from Oracle and increase the configuration value, cryptodoc.jce.keygen.defaultSymmetricKeySize.