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-1238
Edit settings on the CM Server = excerpt!!! Remember to update the link (if needed?)

This article describes how to install and set up the Oracle database, used in Smart ID Certificate Manager.

...

  1. Login as an Oracle database administrator (dba) user in the operating system and run the script, that creates the tablespace and the lcmadmin user:

    Code Block
    sqlplus sysdba/<password> @create_tablespace_and_user_cm.sql >create_tsu.log
  2. Check the log file.

  3. Run the script for creating the CMDB tables:

    Code Block
    sqlplus lcmadmin/REQreq01 @create_cmdb.sql >create_cmdb.log
  4. Check the log file.

  5. Run the script for adding the Boot CA: sqlplus lcmadmin/REQreq01 @add_bootca.sql > add_bootca.log

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

...