Comment:
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Edit settings on the CM Server = excerpt!!! Remember to update the link (if needed?)
This article describes how to install and set up the MariaDB 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.
Change the user host settings in the script to define which host address the user will access the database from. The default value is '%' which indicates that the user may use the database from any host.
To enable interactive mode, login as superuser:
Code Block mysql --user=root --password
Run the script, that creates the CMDB database, the
lcmreq
user and thecmdb_rw_role
role, from the current interactive mode:Code Block source create_db_and_role.sql >create_cmdb.log
Check the log file.
Run the script for creating the CMDB tables:
Code Block source create_cmdb.sql >create_cmdb.log
Check the log file
Run the script for adding the bootca:
> source add_bootca.sql > add_bootca.log
Check the log file.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...