SECURING
Use keymgmt commands at the Domino® server console to set up the credential store application (credstore.nsf) for all servers in a cluster.
About this task
All servers in a cluster must share one credential store application that is replicated.
The console commands described in this task create the credential store database from thewebsecuritystore.ntf template. Do not use this template to create the database manually. Do not change the file name of the credential store.
Procedure
1. Set up the credential store application on one server in the cluster:
where <nekname> is a name you give the key. For example:
keymgmt create nek credstorekey
d. From the server console, use the following command to create the credential store application and encrypt it using the key you created:
For example:
keymgmt create credstore credstorekey
Verify that:
where <nekname> is the key name, <nekname>.key is the name of the key file to create, and <password> is a password for the key file.
keymgmt export nek credstorekey credstorekey.key passw0rd
d. Complete the following step at the console of each other server in the cluster to import the named encryption key into the server ID file of each server:
where <nekname>.key is the name of the key file and<password> is the password for the key file. For example:
keymgmt import nek overwrite credstorekey.key passw0rd
Related concepts Using a console to send commands to a server
Related reference Keymgmt Create Keymgmt Export Keymgmt Import