Skip to content

PKI Server Start CLI

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

Overview

The pki-server start command can be used to start a PKI Tomcat server or a standard Tomcat server.

Starting PKI Tomcat Server

To start a PKI Tomcat server execute the following command:

$ pki-server start pki-tomcatd@<name>

or simply:

$ pki-server start <name>

Starting Standard Tomcat Server

To start a standard Tomcat server execute the following command:

$ pki-server start tomcat@<name>
Clone this wiki locally