]> git.donarmstrong.com Git - ca-certificates.git/blob - sbin/update-ca-certificates.8
Applied a patch by Martin F. Krafft to support hooks scripts. (Closes: #377314)
[ca-certificates.git] / sbin / update-ca-certificates.8
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH UPDATE-CA-CERTIFICATES 8 "20 April 2003"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 update-ca-certificates \- update /etc/ssl/certs and certificates.crt
20 .SH SYNOPSIS
21 .B update-ca-certificates
22 .RI [ options ]
23 .SH DESCRIPTION
24 This manual page documents briefly the
25 .B update-ca-certificates
26 commands.
27 This manual page was written for the Debian distribution.
28 .PP
29 \fBupdate-ca-certificates\fP is a program that updates /etc/ssl/certs
30 directory to hold SSL certificates and generates certificates.crt that is
31 single-file version of CA certificates.
32 .PP
33 It reads /etc/ca-certificates.conf file. Each lines list pathname of
34 activated CA certificates under /usr/share/ca-certificates.
35 Lines that begin with "#" is comment line. 
36 Lines that begin with "!" is deselect, deactivation of the CA certificates. 
37 .PP
38 Before terminating, \fBupdate-ca-certificates\fP invokes
39 \fBrun-parts\fP on /etc/ca-certificates/update.d and calls each hook with
40 a list of certificates: those added are prefixed with a +, those removed are
41 prefixed with a -.
42 .SH OPTIONS
43 A summary of options is included below.
44 .TP
45 .B \-h, \-\-help
46 Show summary of options.
47 .TP
48 .B \-v, \-\-verbose
49 Be verbose. Output \fBc_rehash\fP.
50 .TP
51 .B \-f, \-\-fresh
52 Fresh updates.  Remove symlinks in /etc/ssl/certs directory.
53 .SH FILES
54 .TP
55 .I /etc/ca-certificates.conf
56 A configuration file.
57 .TP
58 .I /etc/ssl/certs/ca-certificates.crt
59 A single-file version of CA certificates.  This hold
60 all CA certificates that you activated in /etc/ca-certificates.conf.
61 .TP
62 .I /usr/share/ca-certificates
63 Directory of CA certificates.
64 .SH SEE ALSO
65 .BR c_rehash (1),
66 .SH AUTHOR
67 This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>,
68 for the Debian project (but may be used by others).