To store Indeed AirKey Enterprise system data in Active Directory, use Indeed Certificate Manager data storage. The AirKey server creates all the required folders and subfolders upon the first request to storage.
Microsoft SQL
The Indeed AirKey Enterprise database is created manually. Its population is performed automatically upon the first request from Indeed AirKey Enterprise Server.
1. Create a database with an arbitrary name in the SQL Management Studio environment:
To do so, in Object Explorer right-click the Databases tab and select New database... item from the context menu. Specify the Database name: , e.g., IndeedAirKey.
2. Define the owner of the created database. To do so, create a new account (say, servicesql) or use any internal SQL account or Active Directory account (e.g., service account to be used with Indeed CM: servicecm). After the database is created, this account would possess db_owner, public privileges and shall be used by the system to perform read/write operations from/to the database. The database name and its connection settings are to be specified in the configuration files of Indeed AirKey Enterprise system later on. Save the created database by clicking ОК.