The Indeed Certificate Manager system data storage is a database. The database is created manually and is populated using Storage.sql script from the Indeed CM installation package (.. \IndeedCM.Server\Misc).
1. Create a database in SQL Management Studio environment with an arbitrary name (say, IndeedCM):
Use a local SQL account or Windows domain account. This account shall be used to perform reading data from the database and writing data to it. Connection of the account to the database is carried out with Indeed CM Setup Wizard. |
Figure 2 – Microsoft SQL: permissions for working with database.
2. Open the created database in SQL Management Studio environment and execute the Storage.sql script:
3. Click Execute and refresh the contents in Object Explorer after script execution is complete.