In order to export server configuration from ForgeRock OpenAM server run the following command that is under
../../openamtools/admin/.../bin
./ssoadm export-svc-cfg -u [adminID] -f [passwordfile] -e [secretkey] -o [outputfile]
Where
-u is username that have full admin rights to export the configuration
-f is password file
-e secretkey is the secure key that you want to use to encrypt the file. you have to use same key when you import the configuration. you can use any keyword "abcd"
-o this the name of xml file that will contain all the configuration information.
To Import the configuration;
use below command
./ssoadm import-svc-cfg -u [adminID] -f [passwordfile] -e [secretkey] -X [XMLfile]
No comments:
Post a Comment