mk-ca-bundle.1: point out certdata.txt format docs
authorDaniel Stenberg <daniel@haxx.se>
Tue, 16 Jul 2013 22:05:29 +0000 (00:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 Jul 2013 22:06:16 +0000 (00:06 +0200)
docs/mk-ca-bundle.1

index c2f9f0c..bc0ba2a 100644 (file)
@@ -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>.