Does anyone know the steps for creating a aek.key?
Install content server
Hi,
aek.key is created while content server is installed.
please refer to : Refer to EMC Documentum Content Server Version 7.0 Administration and Configuration Guide page:
and you may check the KB article that may help you : https: //support.emc.com/kb/95536
Refer to EMC Documentum Content Server Version 7.0 Administration and Configuration Guide page 274:------------------------------------------ dm_crypto_createThis utility is run automatically, during the Content Server installation process, to create and install the AEK.You can use this utility to determine if an AEK exists at a specified location and can be decrypted with a specified passphrase. dm_crypto_change_passphrase The dm_crypto_change_passphrase utility changes the passphrase used to encrypt an AEK------------------------------------------During Content Server installation a default passphrase is created, so if a new passphrase needs to be created then you can use the following command to change it from the default one. dm_crypto_change_passphrase -location%DOCUMENTUM%\dba\secure\aek.key -newpassphrase custom_pass1-nopromptPlease note that in the Content Server Administration Guide 7.0 page 276.There is a typo in the illustration example. It should be dm_crypto_change_passphrase instead of dm_crypto_create in order to change from existing default to new passphrase.
Hope this Helps
Otman