The SSL Incident list can be backed up and restored on the Linux command line using sqlite3. Start by logging on to the Content Gateway host system and acquiring root
privileges.
To back up the Incident list:
Steps
-
Change to the Content Gateway SSL database directory:
# cd /opt/WCG/config
-
Open the database with sqlite:
# /usr/bin/sqlite3 new_scip3.db
-
In sqlite, perform the following steps:
sqlite> .tables
sqlite> .output certificate_acl.bak
sqlite> .dump certificate_acl
sqlite> .exit
Next steps
You now have a backup of the Incident list named “certificate_acl.bak”.