1pkidestroy(8) PKI Instance Removal Utility pkidestroy(8)
2
3
4
6 pkidestroy - Removes a subsystem from an instance of PKI server.
7
8
10 pkidestroy -s subsystem -i instance [-u security_domain_username] [-W
11 security_domain_password_file] [-h] [-v]
12
13
15 Removes a subsystem from an instance of PKI server. This utility
16 removes any of the PKI subsystems (CA, KRA, OCSP, TKS, and TPS).
17
18
19 An instance can contain multiple subsystems, although it may contain at
20 most one of each type of subsystem. So, for example, an instance could
21 contain CA and KRA subsystems, but not two CA subsystems. If pkide‐
22 stroy is invoked on the last subsystem in the instance, then that
23 instance is removed. Typically, as subsystems need to contact the CA
24 to update the security domain, the CA instance should be the last
25 instance to be removed.
26
27
29 -s subsystem
30 Specifies the subsystem to be removed, where subsystem is CA, KRA,
31 OCSP, TKS, or TPS.
32 If this option is not specified, pkidestroy will prompt for its
33 value.
34
35
36 -i instance
37 Specifies the name of the instance from which the subsystem should
38 be removed.
39 The instance is located at /var/log/pki/instance.
40 If this option is not specified, pkidestroy will prompt for its
41 value.
42
43
44 -u security_domain_username
45 Specifies the username of the security domain of the subsystem.
46 This is an optional parameter.
47
48
49 -W security_domain_password_file
50 Specifies the file containing the password of the security domain
51 of the subsystem.
52 This is an optional parameter.
53
54
55 -h, --help
56 Prints additional help information.
57
58
59 -v
60 Displays verbose information about the installation.
61 This flag can be provided multiple times to increase verbosity.
62 See pkidestroy -h for details.
63
64
66 Ade Lee <alee@redhat.com>.
67
68
70 pkispawn(8)
71
72
74 Copyright (c) 2012 Red Hat, Inc. This is licensed under the GNU Gen‐
75 eral Public License, version 2 (GPLv2). A copy of this license is
76 available at ⟨http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt⟩.
77
78
79
80PKI December 13, 2012 pkidestroy(8)