ADMINISTERING
To share a key to be used to encrypt DAOS objects across servers, create a shared key in a credential store.
Before you begin
You can choose AES-128 or AES-256 encryption for the shared key. AES-128 provides strong security. AES-256 provides stronger security but may cause a small decrease in performance during object encryption and decryption.
Procedure
1. To create the shared key in credstore.nsf, enter one of the following commands from the console of any Domino server that uses the credential store:
keymgmt create sharedkey <keyname>
To use AES-256 encryption:
keymgmt create sharedkey <keyname> 256
For example, to create a shared key called MyCluster_AES_128that uses AES 128-bit encryption, enter:
keymgmt create sharedkey MyCluster_AES_128
Or, enter this command to verify all the current shared keys:
keymgmt show sharedkey all