1GRID-CA-PACKAGE(1) Grid Community Toolkit Manual GRID-CA-PACKAGE(1)
2
3
4
6 grid-ca-package - Prepare a CA certificate, configuration, and policy
7 for distribution
8
10 grid-ca-sign [-ca HASH] [-g] [-b] [-r] [-d]
11
12 grid-ca-sign [ -help| -h| -usage| -version| -versions ]
13
15 The grid-ca-sign utility creates a tarball containing an RPM spec file
16 and the files needed to use a CA with grid tools.
17
18 By default, the grid-ca-sign utility displays a list of installed grid
19 CA and prompts for which CA to package. It then creates a tarball
20 containing the CA certificate, signing policy, CA configuration files,
21 and an spec script to generate a binary RPM package containing the CA.
22 If the CA hash is known prior to running grid-ca-sign, it may provided
23 as an argument to the -ca parameter to avoid prompting.
24
25 The grid-ca-sign utility writes the package tarballs to the current
26 working directory.
27
29 The full set of command-line options to grid-ca-sign follows:
30
31 -help, -h, -usage
32 Display the command-line options to grid-ca-sign and exit.
33
34 -version, -versions
35 Display the version number of the grid-ca-sign command. The second
36 form includes more details.
37
38 -ca CA
39 Use the CA whose name matches the hash string CA. When invoked with
40 this option, grid-ca-sign runs non-interactively.
41
42 -r
43 Create a binary RPM package for the CA. This option currently only
44 works on RPM-based distributions.
45
46 -d
47 Create a binary Debian package for the CA. This option currently
48 only works on Debian-based distributions.
49
51 Package a Simple CA with hash 0146c503.
52
53 % grid-ca-sign -ca 0146c503
54
55 Creating RPM source tarball... done
56 globus_simple_ca_0146c503.tar.gz
57
59 The following environment variables affect the execution of
60 grid-ca-sign:
61
62 GLOBUS_LOCATION
63 Non-standard installation path of the Grid Community Toolkit.
64
66 grid-cert-request(1), grid-ca-sign(1), grid-default-ca(1),
67 grid-ca-create(1)
68
70 Copyright © 1999-2014 University of Chicago
71
72
73
74Grid Community Toolkit 6 06/03/2020 GRID-CA-PACKAGE(1)