mirror of https://github.com/aria2/aria2
Re-word warning about undefined behavior
parent
3567789325
commit
5436b758b7
|
@ -500,7 +500,7 @@ HTTP Specific Options
|
||||||
|
|
||||||
Use the private key in FILE.
|
Use the private key in FILE.
|
||||||
The private key must be decrypted and in PEM format.
|
The private key must be decrypted and in PEM format.
|
||||||
The behavior when encrypted one is given is undefined.
|
An encrypted key may cause undefined behavior.
|
||||||
See also :option:`--certificate` option.
|
See also :option:`--certificate` option.
|
||||||
|
|
||||||
.. option:: --referer=<REFERER>
|
.. option:: --referer=<REFERER>
|
||||||
|
@ -4287,8 +4287,8 @@ Alternatively, if PEM files are supported, use a command like the following:
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The file specified in :option:`--private-key` must be decrypted. The behavior when
|
The file specified in :option:`--private-key` must be decrypted; an encrypted
|
||||||
encrypted one is given is undefined.
|
key may cause undefined behavior.
|
||||||
|
|
||||||
Verify SSL/TLS servers using given CA certificates
|
Verify SSL/TLS servers using given CA certificates
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue