SECURING
Use keymgmt commands at the Domino® server console to set up the credential store for single-server use.
About this task
The console commands described here create the credential store database (credstore.nsf) from the websecuritystore.ntftemplate. Do not use this template to create the database manually. Do not change the database file name.
Procedure
1. From the server console, use the following command to create a named encryption key (NEK) which is added to the server ID file. Domino uses the key to encrypt the credentials that are stored in the credential store.
where <nekname is a name you give the key. For example:
keymgmt create nek credstorekey
4. 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:
Related concepts Using a console to send commands to a server
Related reference Keymgmt Create