fbdd58957a511a712127a05b056fac3b31d86214
[platform/upstream/curl.git] / docs / mk-ca-bundle.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2  "http://www.w3.org/TR/html4/loose.dtd">
3 <html><head>
4 <title>mk-ca-bundle man page</title>
5 <meta name="generator" content="roffit">
6 <STYLE type="text/css">
7 P.level0 {
8  padding-left: 2em;
9 }
10
11 P.level1 {
12  padding-left: 4em;
13 }
14
15 P.level2 {
16  padding-left: 6em;
17 }
18
19 span.emphasis {
20  font-style: italic;
21 }
22
23 span.bold {
24  font-weight: bold;
25 }
26
27 span.manpage {
28  font-weight: bold;
29 }
30
31 h2.nroffsh {
32  background-color: #e0e0e0;
33 }
34
35 span.nroffip {
36  font-weight: bold;
37  font-size: 120%;
38  font-family: monospace;
39 }
40
41 p.roffit {
42  text-align: center;
43  font-size: 80%;
44 }
45 </STYLE>
46 </head><body>
47
48 <p class="level0"><a name="NAME"></a><h2 class="nroffsh">NAME</h2>
49 <p class="level0">mk-ca-bundle - convert mozilla's certdata.txt to PEM format <a name="SYNOPSIS"></a><h2 class="nroffsh">SYNOPSIS</h2>
50 <p class="level0">mk-ca-bundle [bilnqtuv] <span Class="emphasis">[outputfile]</span> <a name="DESCRIPTION"></a><h2 class="nroffsh">DESCRIPTION</h2>
51 <p class="level0">The mk-ca-bundle tool downloads the certdata.txt file from Mozilla's source tree over HTTP, then parses certdata.txt and extracts CA Root Certificates into PEM format.  These are then processed with the OpenSSL commandline tool to produce the final ca-bundle file. 
52 <p class="level0">The default <span Class="emphasis">outputfile</span> name is <span Class="bold">ca-bundle.crt</span>. By setting it to '-' (a single dash) you will get the output sent to STDOUT instead of a file. 
53 <p class="level0">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. <a name="OPTIONS"></a><h2 class="nroffsh">OPTIONS</h2>
54 <p class="level0">The following options are supported: 
55 <p class="level0"><a name="-b"></a><span class="nroffip">-b</span> 
56 <p class="level1">backup an existing version of <span Class="emphasis">outputfilename</span> 
57 <p class="level0"><a name="-f"></a><span class="nroffip">-f</span> 
58 <p class="level1">force rebuild even if certdata.txt is current (Added in version 1.17) 
59 <p class="level0"><a name="-i"></a><span class="nroffip">-i</span> 
60 <p class="level1">print version info about used modules 
61 <p class="level0"><a name="-l"></a><span class="nroffip">-l</span> 
62 <p class="level1">print license info about certdata.txt 
63 <p class="level0"><a name="-n"></a><span class="nroffip">-n</span> 
64 <p class="level1">no download of certdata.txt (to use existing) 
65 <p class="level0"><a name="-q"></a><span class="nroffip">-q</span> 
66 <p class="level1">be really quiet (no progress output at all) 
67 <p class="level0"><a name="-t"></a><span class="nroffip">-t</span> 
68 <p class="level1">include plain text listing of certificates 
69 <p class="level0"><a name="-u"></a><span class="nroffip">-u</span> 
70 <p class="level1">unlink (remove) certdata.txt after processing 
71 <p class="level0"><a name="-v"></a><span class="nroffip">-v</span> 
72 <p class="level1">be verbose and print out processed CAs <a name="EXIT"></a><h2 class="nroffsh">EXIT STATUS</h2>
73 <p class="level0">Returns 0 on success. Returns 1 if it fails to download data. <a name="CERTDATA"></a><h2 class="nroffsh">CERTDATA FORMAT</h2>
74 <p class="level0">The file format used by Mozilla for this trust information seems to be documented here: <pre>
75 <p class="level0"><a href="http://p11-glue.freedesktop.org/doc/storing-trust-policy/storing-trust-existing.html">http://p11-glue.freedesktop.org/doc/storing-trust-policy/storing-trust-existing.html</a>
76  </pre>
77
78 <p class="level0"><a name="SEE"></a><h2 class="nroffsh">SEE ALSO</h2>
79 <p class="level0"><span Class="manpage">curl (1)</span> <a name="HISTORY"></a><h2 class="nroffsh">HISTORY</h2>
80 <p class="level0"><span Class="bold">mk-ca-bundle</span> is a command line tool that is shipped as part of every curl and libcurl release (see <a href="http://curl.haxx.se/">http://curl.haxx.se/</a>). It was originally based on the parse-certs script written by Roland Krikava and was later much improved by Guenter Knauf.  This manual page was initially written by Jan Schaumann &lt;jschauma@netmeister.org&gt;. <p class="roffit">
81  This HTML page was made with <a href="http://daniel.haxx.se/projects/roffit/">roffit</a>.
82 </body></html>