1eurephiadm certs(7)                                        eurephiadm certs(7)
2
3
4

NAME

6       eurephiadm-certs - Certificate management for eurephia
7

DESCRIPTION

9       Available modes for the certificate command are:
10
11       -A | --add
12              Register a new certificate
13
14       -D | --delete
15              Delete a registered certificate
16
17       -l | --list
18              List all registered certificates
19
20       -h | --help <mode>
21              Help about a specific mode
22

LIST MODE

24       The  list  mode  will list all registered certificates.  It accepts one
25       parameter:
26
27       -S | --sort <sort key>
28              Decide the sort order of the certificate list
29
30       Available sort keys are:
31
32              certid
33               Numeric certificate ID
34
35              depth
36               Certificate depth
37
38              digest
39               Certificate SHA1 digest
40
41              cname
42               Certificate Common Name field
43
44              org
45               Certificate organisation field
46
47              email
48               Certificate e-mail address field
49
50              registered
51               When the certificate was registered in eurephia.
52

ADD MODE

54       The add mode will register a new certificate.
55
56       -d | --depth
57              Certificate depth, required.
58
59       -D | --digest
60              SHA1 fingerprint/digest of the new certificate
61
62       -C | --common-name
63              Common name (CN) field of the certificate
64
65       -O | --organisation
66              Organisation (O) field of the certificate
67
68       -E | --email
69              e-mail address (emailAddress) of the certificate
70
71       Usually the certificate depth value needs to be 0, if you are register‐
72       ing  user  account  certificates.  CA certificates usually have a value
73       bigger than 0.
74
75       If you have the certificate file available, you can use  the  following
76       options  to retrieve the needed information directly from a certificate
77       file.
78
79       -f | --certfile
80              File name of the certificate file.
81
82       -p | --pkcs12
83              If the file is in PKCS#12 format.
84
85       The default format is PEM format, unless --pkcs12 is given.  These  two
86       options  cannot  be  used together with -D, -C, -O or -E.  But the cer‐
87       tificate depth must be given to indicate the certificate depth.
88

DELETE MODE

90       The delete mode will remove a certificate from  the  certificate  data‐
91       base.
92
93       -i | --certid
94              Indicates a unique certificate ID
95
96       -d | --digest
97              A unique SHA1 fingerprint/digest value
98
99       -C | --common-name
100              Common Name (CN) field of a certificate
101
102       -O | --organisation
103              Organisation (O) field of a certificate
104
105       -E | --email
106              e-mail address (emailAddress) of a certificate
107
108       You  can  use any of these parameters to indicate a search criteria for
109       the certificate (or certificates) you want to delete.  You will be pro‐
110       vided  with a list over certificates which matches your search criteria
111       and you will need to approve the  deletion  of  the  matching  certifi‐
112       cate(s).
113

SEE ALSO

115       eurephiadm-users(7), eurephiadm-usercerts(7)
116

AUTHOR

118       Copyright (C) 2008-2012  David Sommerseth <dazo@users.sourceforge.net>
119
120
121
122David Sommerseth                   July 2010               eurephiadm certs(7)
Impressum