...
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
...
Info |
---|
This article is new for Certificate Manager 8.10.4. |
This article describes how to install and set up the Azure SQL database, used in Smart ID Certificate Manager (CM).
...
Change the password for the
lcmreq
user, that will be created by the script below. The default password is REQreq01.Login as a user with administrative rights. It will be used to execute the scripts.
On the master database, run the script that creates the
lcmreq
login:Code Block create_login.sql
Check the log file and verify that the script was successful.
On the CMDB database, run the script for creating the CMDB tables:
Code Block create_cmdb.sql
Check the log file and verify that the script was successful.
On the CMDB database, Run the script for adding the bootca:
> add_bootca.sql
Check the log file.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...