diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-07-17 00:05:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-07-17 00:06:16 +0200 |
commit | 7b115cc1e16435b35d5b3bd8d3ca205c18438ecc (patch) | |
tree | 74950bd403cfade9d1649997ee732096b4fb3b27 /docs/mk-ca-bundle.1 | |
parent | a10d5e3851c9b54cf3846ca3c4ad8b507e61bd4e (diff) | |
download | curl-7b115cc1e16435b35d5b3bd8d3ca205c18438ecc.tar.gz |
mk-ca-bundle.1: point out certdata.txt format docs
Diffstat (limited to 'docs/mk-ca-bundle.1')
-rw-r--r-- | docs/mk-ca-bundle.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/mk-ca-bundle.1 b/docs/mk-ca-bundle.1 index c2f9f0c76..bc0ba2a31 100644 --- a/docs/mk-ca-bundle.1 +++ b/docs/mk-ca-bundle.1 @@ -60,11 +60,16 @@ unlink (remove) certdata.txt after processing be verbose and print out processed CAs .SH EXIT STATUS Returns 0 on success. Returns 1 if it fails to download data. +.SH CERTDATA FORMAT +The file format used by Mozilla for this trust information seems to be documented here: +.nf +http://p11-glue.freedesktop.org/doc/storing-trust-policy/storing-trust-existing.html +.fi .SH SEE ALSO .BR curl (1) .SH HISTORY \fBmk-ca-bundle\fP is a command line tool that is shipped as part of every curl and libcurl release (see http://curl.haxx.se/). 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 written by Jan Schaumann -\&<jschauma@netmeister.org>. +improved by Guenter Knauf. This manual page was initially written by Jan +Schaumann \&<jschauma@netmeister.org>. |