diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-11-10 18:02:01 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-11-10 18:02:01 +0000 |
commit | ac48668a549fe76648e0ac3f93c9943383e043f5 (patch) | |
tree | bcfcf258bd003db20b1ee41fbbff173c8f340031 /plugins/FTPFileYM/curl-7.29.0/docs/mk-ca-bundle.1 | |
parent | 64e1340acd813704c9e9009b0a4e6fc9a3fb5adf (diff) |
curl folder renamed
git-svn-id: http://svn.miranda-ng.org/main/trunk@6858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/curl-7.29.0/docs/mk-ca-bundle.1')
-rw-r--r-- | plugins/FTPFileYM/curl-7.29.0/docs/mk-ca-bundle.1 | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/plugins/FTPFileYM/curl-7.29.0/docs/mk-ca-bundle.1 b/plugins/FTPFileYM/curl-7.29.0/docs/mk-ca-bundle.1 deleted file mode 100644 index c2f9f0c76a..0000000000 --- a/plugins/FTPFileYM/curl-7.29.0/docs/mk-ca-bundle.1 +++ /dev/null @@ -1,70 +0,0 @@ -.\" ************************************************************************** -.\" * _ _ ____ _ -.\" * Project ___| | | | _ \| | -.\" * / __| | | | |_) | | -.\" * | (__| |_| | _ <| |___ -.\" * \___|\___/|_| \_\_____| -.\" * -.\" * Copyright (C) 2008 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. -.\" * -.\" * This software is licensed as described in the file COPYING, which -.\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. -.\" * -.\" * 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. -.\" * -.\" ************************************************************************** -.\" -.TH mk-ca-bundle 1 "5 Jan 2013" "version 1.17" "mk-ca-bundle manual" -.SH NAME -mk-ca-bundle \- convert mozilla's certdata.txt to PEM format -.SH SYNOPSIS -mk-ca-bundle [bilnqtuv] -.I [outputfile] -.SH DESCRIPTION -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. - -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. -.SH OPTIONS -The following options are supported: -.IP -b -backup an existing version of \fIoutputfilename\fP -.IP -f -force rebuild even if certdata.txt is current (Added in version 1.17) -.IP -i -print version info about used modules -.IP -l -print license info about certdata.txt -.IP -n -no download of certdata.txt (to use existing) -.IP -q -be really quiet (no progress output at all) -.IP -t -include plain text listing of certificates -.IP -u -unlink (remove) certdata.txt after processing -.IP -v -be verbose and print out processed CAs -.SH EXIT STATUS -Returns 0 on success. Returns 1 if it fails to download data. -.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>. |