Product Documentation

First, register one test user for each domain-id (DID) using skfsclient.jar to be used for verification at the end of the process.

shell> java -jar /usr/local/strongauth/topaz/skfsclient.jar R <hostport> <did> <wsprotocol> <authtype> [ <accesskey> <secretkey> | <svcusername> <svcpassword> ] <username> <origin> <crossorigin>

Then, a database dump from one of the existing servers must be created to be imported into the new appliance.


MariaDB:

shell> mysqldump -u root -p strongkeylite domains fido_keys fido_policies fido_users key_custodians server_domains servers symmetric_keys users > /usr/local/strongauth/dbdumps/strongkeylite_drbackup-<DATE>.db

 

OpenLDAP:

shell> slapcat -n 0 -l /usr/local/strongauth/dbdumps/slapdbackup-<DATE>.conf
shell> slapcat -n 2 -l /usr/local/strongauth/dbdumps/databackup-<DATE>.ldif 

https://demo4.strongkey.com/getstarted/assets/documents/HTML/images/key_strong_cyan.pngNOTE: Please replace <DATE> with the date on which the backup is being creted.