Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Comment:

Jira Legacy
serverJIRA Nexus Technology GmbH
serverIde440e116-a855-3304-90ed-40665144b574
keyPDOC-1241

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).

...

  1. Change the password for the lcmreq user, that will be created by the script below. The default password is REQreq01.

  2. 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.

  3. To enable interactive mode, login as superuser:

    Code Block
    mysql --user=root --password
  4. Run the script, that creates the CMDB database, the lcmreq user and the cmdb_rw_role role, from the current interactive mode:

    Code Block
    source create_db_and_role.sql >create_cmdb.log
  5. Check the log file.

  6. Run the script for creating the CMDB tables:

    Code Block
    source create_cmdb.sql >create_cmdb.log
  7. Check the log file

  8. Run the script for adding the bootca: > source add_bootca.sql > add_bootca.log

  9. Check the log file.

Insert excerpt
PUB:Set up MySQL in Certificate Manager using PodmanPUB:
Set up MySQL in Certificate Manager using Podman
nameEditSettingsOnCMServer
nopaneltrue

...