1GRID-CHANGE-PASS-(1) Grid Community Toolkit Manual GRID-CHANGE-PASS-(1)
2
3
4
6 grid-change-pass-phrase - Change the pass phrase of a private key
7
9 grid-change-pass-phrase -help | -usage | -version | -versions
10
11 grid-change-pass-phrase [-file PRIVATE-KEY]
12
14 The grid-change-pass-phrase program changes the pass phrase protecting
15 a private key or PKCS12 bundle containing a private key and
16 certificate. By default, grid-change-pass-phrase uses the X509_USER_KEY
17 environment variable to locate the private key. If that is not set,
18 then it looks for $HOME/.globus/userkey.pem and
19 $HOME/.globus/usercred.p12 in succession. The path to a key can be
20 specified by using the -file command-line option.
21
23 The full set of command-line options to grid-change-pass-phrase are:
24
25 -help, -usage
26 Display the command-line options to grid-change-pass-phrase and
27 exit.
28
29 -version, -versions
30 Display the version number of the grid-change-pass-phrase command.
31 The second form includes more details.
32
33 -file PRIVATE-KEY
34 Change the pass phrase of the private key named by PRIVATE-KEY
35 instead of the default.
36
38 Change the pass phrase of the default private key:
39
40 % grid-change-pass-phrase
41 Enter pass phrase for /home/juser/.globus/userkey.pem:
42 writing RSA key
43 Enter PEM pass phrase: XXXXXXXX
44 Verifying - Enter PEM pass phrase: XXXXXXXX
45
47 The following environment variables affect the execution of
48 grid-change-pass-phrase:
49
50 X509_USER_KEY
51 Path to the default private key file.
52
54 Copyright © 1999-2014 University of Chicago
55
56
57
58Grid Community Toolkit 6 03/31/2018 GRID-CHANGE-PASS-(1)