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.
Login as strongauth on the primary SAKA server.
Start up two shell windows.
In Window2, change to /usr/local/strongauth/glassfish/domains/domain1/logs
.
shell> cd /usr/local/strongauth/glassfish/domains/domain1/logsor use the shell alias
aslg
:
shell> aslg
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.logor use the shell-alias
tsl
:
shell> tsl
In Window1, change directory to /usr/local/strongauth/bin
.
shell> cd ~/bin
In Window1, execute the New-Domain-Setup-Wizard.sh
.
shell> ./New-Domain-Setup-Wizard.sh
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.
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>