1pkidestroy(8)            PKI Instance Removal Utility            pkidestroy(8)
2
3
4

NAME

6       pkidestroy  -  Removes  a  subsystem  from  an  instance of Certificate
7       Server.
8
9

SYNOPSIS

11       pkidestroy -s <subsystem> -i <instance> [-u <secutiry domain username>]
12       [-W <security domain password file>] [-h] [-v] [-p <prefix>]
13
14

DESCRIPTION

16       Removes a subsystem from an instance of Certificate Server.  This util‐
17       ity removes any of the Java-based Certificate  Server  subsystems  (CA,
18       KRA, OCSP, and TKS).
19
20       An instance can contain multiple subsystems, although it may contain at
21       most one of each type of subsystem.  So, for example, an instance could
22       contain  CA  and KRA subsystems,  but not two CA subsystems.  If pkide‐
23       stroy is invoked on the last  subsystem  in  the  instance,  then  that
24       instance  is  removed.  Typically, as subsystems need to contact the CA
25       to update the security domain, the  CA  instance  should  be  the  last
26       instance to be removed.
27
28

OPTIONS

30       -s <subsystem>
31              Specifies  the subsystem to be removed, where <subsystem> is CA,
32              KRA, OCSP, or TKS. If this option is not  specified,  pkidestroy
33              will prompt for its value.
34
35       -i <instance>
36              Specifies  the  name  of  the  instance from which the subsystem
37              should   be   removed.    The    instance    is    located    at
38              /var/log/pki/<instance>. If this option is not specified, pkide‐
39              stroy will prompt for its value.
40
41       -u <security domain username>
42              Specifies the username of the security domain of the  subsystem.
43              This is an optional parameter.
44
45       -W <security domain password file>
46              Specifies  the  file  containing  the  password  of the security
47              domain of the subsystem. This is an optional parameter.
48
49       -h, --help
50              Prints additional help information.
51
52       -v     Displays verbose information about the installation.  This  flag
53              can  be  provided  multiple  times  to  increase verbosity.  See
54              pkidestroy -h for details.
55
56
57

BUGS

59       Report bugs to http://bugzilla.redhat.com.
60
61

AUTHORS

63       Ade Lee <alee@redhat.com>.  pkidestroy was written by  the  Certificate
64       Server project.
65
66
68       Copyright (c) 2012 Red Hat, Inc. This is licensed under the GNU General
69       Public License, version 2 (GPLv2). A copy of this license is  available
70       at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
71
72

SEE ALSO

74       pkispawn(8)
75
76
77
78version 1.0                    December 13, 2012                 pkidestroy(8)
Impressum