-
Notifications
You must be signed in to change notification settings - Fork 137
Backing Up PKI Server
Endi S. Dewata edited this page Jan 26, 2023
·
3 revisions
This page describes the process to back up a PKI server which includes:
-
configuration files
-
log files
-
certificates and the keys in internal NSS token
Note: Data stored in the DS or HSM will need to be backed up separately if necessary. Please refer to the DS and HSM documentation.
First, make sure the server is stopped:
$ pki-server stop --wait
Then execute the following command:
$ tar czvf pki-tomcat.tar.gz \ -C / \ etc/pki/pki-tomcat \ etc/sysconfig/pki-tomcat \ etc/sysconfig/pki/tomcat/pki-tomcat \ etc/systemd/system/pki-tomcatd.target.wants/[email protected] \ var/lib/pki/pki-tomcat \ var/log/pki/pki-tomcat
Finally, restart the server.
$ pki-server start --wait
Store the pki-tomcat.tar.gz
in a safe location.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |