Installation Guide - dogtagpki/pki GitHub Wiki
This page describes various PKI installation procedures. For older versions see:
Most of the PKI subsystems can be installed with pkispawn
except the ACME subsystem which uses pki-server
command.
To install a PKI subsystem execute the following command:
$ pkispawn -f <deployment configuration> -s <subsystem>
By default it will install the subsystem in a PKI server instance called pki-tomcat
in /var/lib/pki/pki-tomcat
folder.
Multiple subsystems can be installed in the same instance.
Sample deployment configuration files can be found in /usr/share/pki/server/examples/installation folder.
To remove a subsystem execute the following command:
$ pkidestroy -i <instance> -s <subsystem>
For more information see also: