mirror of https://github.com/aria2/aria2
2008-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented the default value of --check-certificate option in man page. * doc/aria2c.1.txtpull/1/head
parent
63ddc1f147
commit
fe66fb6eae
|
@ -1,3 +1,9 @@
|
||||||
|
2008-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Documented the default value of --check-certificate option in man
|
||||||
|
page.
|
||||||
|
* doc/aria2c.1.txt
|
||||||
|
|
||||||
2008-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2008-12-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Enabled --check-certificate by default. Added compile
|
Enabled --check-certificate by default. Added compile
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.\" Title: aria2c
|
.\" Title: aria2c
|
||||||
.\" Author:
|
.\" Author:
|
||||||
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
|
||||||
.\" Date: 12/03/2008
|
.\" Date: 12/04/2008
|
||||||
.\" Manual:
|
.\" Manual:
|
||||||
.\" Source:
|
.\" Source:
|
||||||
.\"
|
.\"
|
||||||
.TH "ARIA2C" "1" "12/03/2008" "" ""
|
.TH "ARIA2C" "1" "12/04/2008" "" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
@ -246,7 +246,8 @@ option to specify the private key\&.
|
||||||
.RS 4
|
.RS 4
|
||||||
Verify the peer using certificates specified in
|
Verify the peer using certificates specified in
|
||||||
\fB\-\-ca\-certificate\fR
|
\fB\-\-ca\-certificate\fR
|
||||||
option\&.
|
option\&. Default:
|
||||||
|
\fItrue\fR
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-\-http\-auth\-scheme\fR=SCHEME
|
\fB\-\-http\-auth\-scheme\fR=SCHEME
|
||||||
|
|
|
@ -683,6 +683,7 @@ aria2c -o myfile.zip http://mirror1/file.zip http://mirror2/file.zip</td>
|
||||||
<dd>
|
<dd>
|
||||||
<p>
|
<p>
|
||||||
Verify the peer using certificates specified in <strong>--ca-certificate</strong> option.
|
Verify the peer using certificates specified in <strong>--ca-certificate</strong> option.
|
||||||
|
Default: <em>true</em>
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
|
@ -2030,7 +2031,7 @@ files in the program, then also delete it here.</p></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2008-12-03 00:54:19 JST
|
Last updated 2008-12-04 01:08:46 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -181,6 +181,7 @@ HTTP Specific Options
|
||||||
|
|
||||||
*--check-certificate*[='true'|'false']::
|
*--check-certificate*[='true'|'false']::
|
||||||
Verify the peer using certificates specified in *--ca-certificate* option.
|
Verify the peer using certificates specified in *--ca-certificate* option.
|
||||||
|
Default: 'true'
|
||||||
|
|
||||||
*--http-auth-scheme*=SCHEME::
|
*--http-auth-scheme*=SCHEME::
|
||||||
Set HTTP authentication scheme.
|
Set HTTP authentication scheme.
|
||||||
|
|
Loading…
Reference in New Issue