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