Skip to content

PKI Server Run CLI

Endi S. Dewata edited this page Oct 22, 2021 · 3 revisions

Overview

The pki-server run command can be used to run PKI server in the foreground.

Running PKI Server

To run PKI server execute the following command:

$ pki-server run <name>

Running PKI Server with JDB

To run PKI server with JDB execute the following command:

$ pki-server run <name> --with-jdb

Running PKI Server with GDB

To run PKI server with GDB execute the following command:

$ pki-server run <name> --with-gdb

Running PKI Server with Valgrind

To run PKI server with Valgrind execute the following command:

$ pki-server run <name> --with-valgrind
Clone this wiki locally