SYNOPSIS
pki-server [CLI options] instance
pki-server [CLI options] instance-find
pki-server [CLI options] instance-show <instance ID>
pki-server [CLI options] instance-start <instance ID>
pki-server [CLI options] instance-stop <instance ID>
pki-server [CLI options] instance-migrate --tomcat <version> <instance ID>
pki-server [CLI options] instance-nuxwdog-enable <instance ID>
pki-server [CLI options] instance-nuxwdog-disable <instance ID>
DESCRIPTION
The pki-server instance commands provide command-line interfaces to manage Certificate Server (CS) instances. A Certificate Server instance consists of a single Apache Tomcat instance that contains one or more CS subsystems.
Operations that are available include: listing and showing details about local instances; starting and stopping instances; performing instance migrations; and enabling or disabling password prompted instance startup using nuxwdog.
pki-server [CLI options] instance
- This command is to list available instance commands.
pki-server [CLI options] instance-find
- This command is to list local CS instances.
pki-server [CLI options] instance-show <instance ID>
- This command is to view a details about a particular instance.
pki-server [CLI options] instance-start <instance ID>
- This command is to start a CS instance. Note that currently this command cannot be used to start nuxwdog-enabled instances.
pki-server [CLI options] instance-stop <instance ID>
- This command is to stop a CS instance. Note that currently this command cannot be used to stop nuxwdog-enabled instances.
pki-server [CLI options] instance-migrate --tomcat <version> <instance_ID>
- There are differences in configuration between Apache Tomcat 7 and Apache Tomcat 8. This command reconfigures a CS instance to match the specified Tomcat version. This command can be used to migrate initially created under Tomcat 7 when Tomcat is upgraded.. See pki-server migrate(8) for further details.
pki-server [CLI options] instance-nuxwdog-enable <instance ID>
- This command is to convert a CS instance to start without access to a password file, using the nuxwdog daemon. See pki-server nuxwdog(8) for further details.
pki-server [CLI options] instance-nuxwdog-disable <instance ID>
- This command is to convert a CS instance to start with access to a password file, rather than using the nuxwdog daemon. See pki-server nuxwdog(8) for further details.
OPERATIONS
To view available instance management commands, type pki-server instance. To view each command's usage, type pki-server instance-<command> --help.All pki-server commands must be executed as the system administrator.
COPYRIGHT
Copyright (c) 2015 Red Hat, Inc. This is licensed under the GNU General Public License, version 2 (GPLv2). A copy of this license is available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.