PKI Server Run CLI - dogtagpki/pki GitHub Wiki
The pki-server run
command can be used to run PKI server in the foreground.
To run PKI server execute the following command:
$ pki-server run <name>
To run PKI server with JDB execute the following command:
$ pki-server run <name> --with-jdb
To run PKI server with GDB execute the following command:
$ pki-server run <name> --with-gdb
To run PKI server with Valgrind execute the following command:
$ pki-server run <name> --with-valgrind