-
Notifications
You must be signed in to change notification settings - Fork 137
PKI Server Run CLI
Endi S. Dewata edited this page Oct 22, 2021
·
3 revisions
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
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |