2013-01-05 18:15:36 -05:00
|
|
|
.\" **************************************************************************
|
|
|
|
.\" * _ _ ____ _
|
|
|
|
.\" * Project ___| | | | _ \| |
|
|
|
|
.\" * / __| | | | |_) | |
|
|
|
|
.\" * | (__| |_| | _ <| |___
|
|
|
|
.\" * \___|\___/|_| \_\_____|
|
|
|
|
.\" *
|
2020-03-23 09:44:29 -04:00
|
|
|
.\" * Copyright (C) 2008 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
2013-01-05 18:15:36 -05:00
|
|
|
.\" *
|
|
|
|
.\" * This software is licensed as described in the file COPYING, which
|
|
|
|
.\" * you should have received as part of this distribution. The terms
|
2016-02-02 18:19:02 -05:00
|
|
|
.\" * are also available at https://curl.haxx.se/docs/copyright.html.
|
2013-01-05 18:15:36 -05:00
|
|
|
.\" *
|
|
|
|
.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
|
|
|
.\" * copies of the Software, and permit persons to whom the Software is
|
|
|
|
.\" * furnished to do so, under the terms of the COPYING file.
|
|
|
|
.\" *
|
|
|
|
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
|
|
|
.\" * KIND, either express or implied.
|
|
|
|
.\" *
|
|
|
|
.\" **************************************************************************
|
|
|
|
.\"
|
2016-10-24 04:24:27 -04:00
|
|
|
.TH mk-ca-bundle 1 "24 Oct 2016" "version 1.27" "mk-ca-bundle manual"
|
2013-01-05 18:15:36 -05:00
|
|
|
.SH NAME
|
|
|
|
mk-ca-bundle \- convert mozilla's certdata.txt to PEM format
|
|
|
|
.SH SYNOPSIS
|
2016-10-24 04:24:27 -04:00
|
|
|
mk-ca-bundle [options]
|
2013-01-05 18:15:36 -05:00
|
|
|
.I [outputfile]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
The mk-ca-bundle tool downloads the certdata.txt file from Mozilla's source
|
2016-10-24 04:24:27 -04:00
|
|
|
tree over HTTPS, then parses certdata.txt and extracts certificates into PEM
|
|
|
|
format. By default, only CA root certificates trusted to issue SSL server
|
|
|
|
authentication certificates are extracted. These are then processed with the
|
|
|
|
OpenSSL commandline tool to produce the final ca-bundle file.
|
2013-01-05 17:49:29 -05:00
|
|
|
|
|
|
|
The default \fIoutputfile\fP name is \fBca-bundle.crt\fP. By setting it to '-'
|
|
|
|
(a single dash) you will get the output sent to STDOUT instead of a file.
|
|
|
|
|
|
|
|
The PEM format this scripts uses for output makes the result readily available
|
|
|
|
for use by just about all OpenSSL or GnuTLS powered applications, such as
|
|
|
|
curl, wget and more.
|
2013-01-05 18:15:36 -05:00
|
|
|
.SH OPTIONS
|
|
|
|
The following options are supported:
|
|
|
|
.IP -b
|
|
|
|
backup an existing version of \fIoutputfilename\fP
|
2015-06-08 07:14:18 -04:00
|
|
|
.IP "-d [name]"
|
2014-01-07 17:51:01 -05:00
|
|
|
specify which Mozilla tree to pull certdata.txt from (or a custom URL). Valid
|
|
|
|
names are: aurora, beta, central, mozilla, nss, release (default). They are
|
|
|
|
shortcuts for which source tree to get the cert data from.
|
2013-01-05 18:15:36 -05:00
|
|
|
.IP -f
|
2013-01-05 17:49:29 -05:00
|
|
|
force rebuild even if certdata.txt is current (Added in version 1.17)
|
2013-01-05 18:15:36 -05:00
|
|
|
.IP -i
|
2012-04-27 13:49:40 -04:00
|
|
|
print version info about used modules
|
2016-10-24 04:24:27 -04:00
|
|
|
.IP -k
|
|
|
|
Allow insecure data transfer. By default (since 1.27) this command will fail
|
|
|
|
if the HTTPS transfer fails. This overrides that decision (and opens for
|
|
|
|
man-in-the-middle attacks).
|
2013-01-05 18:15:36 -05:00
|
|
|
.IP -l
|
2012-04-27 13:49:40 -04:00
|
|
|
print license info about certdata.txt
|
2016-08-11 02:21:33 -04:00
|
|
|
.IP -m
|
|
|
|
(Added in 1.26) Include meta data comments in the output. The meta data is
|
|
|
|
specific information about each certificate that is stored in the original
|
|
|
|
file as comments and using this option will make those comments get passed on
|
|
|
|
to the output file. The meta data is not parsed in any way by mk-ca-bundle.
|
2013-01-05 18:15:36 -05:00
|
|
|
.IP -n
|
2012-04-27 13:49:40 -04:00
|
|
|
no download of certdata.txt (to use existing)
|
2014-05-08 05:37:45 -04:00
|
|
|
.IP "-p [purposes]:[levels]"
|
|
|
|
list of Mozilla trust purposes and levels for certificates to include in output.
|
|
|
|
Takes the form of a comma separated list of purposes, a colon, and a comma
|
|
|
|
separated list of levels. The default is to include all certificates trusted
|
|
|
|
to issue SSL Server certificates (SERVER_AUTH:TRUSTED_DELEGATOR).
|
|
|
|
|
|
|
|
(Added in version 1.21, Perl only)
|
|
|
|
|
|
|
|
Valid purposes are:
|
|
|
|
.RS
|
|
|
|
ALL, DIGITAL_SIGNATURE, NON_REPUDIATION, KEY_ENCIPHERMENT,
|
|
|
|
DATA_ENCIPHERMENT, KEY_AGREEMENT, KEY_CERT_SIGN, CRL_SIGN,
|
|
|
|
SERVER_AUTH (default), CLIENT_AUTH, CODE_SIGNING, EMAIL_PROTECTION,
|
|
|
|
IPSEC_END_SYSTEM, IPSEC_TUNNEL, IPSEC_USER, TIME_STAMPING, STEP_UP_APPROVED
|
|
|
|
.RE
|
2015-06-08 07:14:18 -04:00
|
|
|
.IP
|
2014-05-08 05:37:45 -04:00
|
|
|
Valid trust levels are:
|
|
|
|
.RS
|
|
|
|
ALL, TRUSTED_DELEGATOR (default), NOT_TRUSTED, MUST_VERIFY_TRUST, TRUSTED
|
|
|
|
.RE
|
2013-01-05 18:15:36 -05:00
|
|
|
.IP -q
|
2012-04-27 13:49:40 -04:00
|
|
|
be really quiet (no progress output at all)
|
2013-01-05 18:15:36 -05:00
|
|
|
.IP -t
|
2012-04-27 13:49:40 -04:00
|
|
|
include plain text listing of certificates
|
2014-05-08 05:37:45 -04:00
|
|
|
.IP "-s [algorithms]"
|
|
|
|
comma separated list of signature algorithms with which to hash/fingerprint
|
|
|
|
each certificate and output when run in plain text mode.
|
|
|
|
|
|
|
|
(Added in version 1.21, Perl only)
|
|
|
|
|
|
|
|
Valid algorithms are:
|
|
|
|
.RS
|
2014-10-15 06:48:27 -04:00
|
|
|
ALL, NONE, MD5 (default), SHA1, SHA256, SHA384, SHA512
|
2014-05-08 05:37:45 -04:00
|
|
|
.RE
|
2013-01-05 18:15:36 -05:00
|
|
|
.IP -u
|
2012-04-27 13:49:40 -04:00
|
|
|
unlink (remove) certdata.txt after processing
|
2013-01-05 18:15:36 -05:00
|
|
|
.IP -v
|
2012-04-27 13:49:40 -04:00
|
|
|
be verbose and print out processed CAs
|
2013-01-05 18:15:36 -05:00
|
|
|
.SH EXIT STATUS
|
|
|
|
Returns 0 on success. Returns 1 if it fails to download data.
|
2013-07-16 18:05:29 -04:00
|
|
|
.SH CERTDATA FORMAT
|
|
|
|
The file format used by Mozilla for this trust information seems to be documented here:
|
|
|
|
.nf
|
2017-08-08 15:22:34 -04:00
|
|
|
https://p11-glue.freedesktop.org/doc/storing-trust-policy/storing-trust-existing.html
|
2013-07-16 18:05:29 -04:00
|
|
|
.fi
|
2013-01-05 18:15:36 -05:00
|
|
|
.SH SEE ALSO
|
|
|
|
.BR curl (1)
|
|
|
|
.SH HISTORY
|
|
|
|
\fBmk-ca-bundle\fP is a command line tool that is shipped as part of every
|
2016-02-02 18:19:02 -05:00
|
|
|
curl and libcurl release (see https://curl.haxx.se/). It was originally based
|
2013-01-05 18:15:36 -05:00
|
|
|
on the parse-certs script written by Roland Krikava and was later much
|
2013-07-16 18:05:29 -04:00
|
|
|
improved by Guenter Knauf. This manual page was initially written by Jan
|
|
|
|
Schaumann \&<jschauma@netmeister.org>.
|