Product Documentation

The first portion of adding a new domain generates EC cryptographic keys on the Primary server for the new domain and stores metadata about the new domain in the SAKA database. It also initiates the key migration process for the new domain's cryptographic keys.

  1. Login as strongauth on the primary SAKA server.

  2. Start up two shell windows.

  3. In Window2, change to /usr/local/strongauth/glassfish/domains/domain1/logs.

    shell> cd /usr/local/strongauth/glassfish/domains/domain1/logs
    or use the shell alias aslg:
    shell> aslg
  4. In Window2, run the tail -f command on the server.log file so you can watch the output of the server application as it scrolls by.

    shell> tail -f server.log
    or use the shell-alias tsl:
    shell> tsl
  5. In Window1, change directory to /usr/local/strongauth/bin.

    shell> cd ~/bin
  6. In Window1, execute the New-Domain-Setup-Wizard.sh.

    shell> ./New-Domain-Setup-Wizard.sh
  7. Follow the steps of the wizard, ensuring there are no errors in Window1 or Window2. If there are errors, contact StrongKey at This email address is being protected from spambots. You need JavaScript enabled to view it. and discontinue the new domain process.

  8. In Window1, execute create-SKCE-Domain.sh to setup this domain for the CEM. Specify the domain number (DID) of this new domain and a password you would like to use to secure the CEM service credentials:

    shell> ./create-SKCE-Users.sh <DID> <password>