Acosix / alfresco-simple-content-stores

Addon to provide a set of common content store implementations and easy-to-use configuration (no Spring config)
Apache License 2.0
44 stars 19 forks source link

"Encrypting Store" wiki page : command to create the master key store #17

Closed rouxemmanuel closed 5 years ago

rouxemmanuel commented 5 years ago

Hi Axel,

This is not an issue but an update of your wiki : In "Encrypting Store" wiki page, command to create the master key store for your configuration example is : JAVA_HOME/bin/keytool -genkey -alias encrypt -keyalg RSA -keypass encrypt -storepass encrypt -keystore [ALFRESCO_INSTALL_DIR]/shared/classes/classes/keystore.jks

Regards, Emmanuel

AFaust commented 5 years ago

Now documented in the relevant store documentation (will no longer use wiki for documentation, but use Markdown documents in source tree, which are easier to keep track off for different versions of the addon).