mirror of
https://github.com/aria2/aria2.git
synced 2024-12-29 14:14:53 +00:00
Added RPC encryption command-line example
This commit is contained in:
parent
71cc44bedd
commit
492d6d1eeb
@ -3869,6 +3869,17 @@ Verify peer in SSL/TLS using given CA certificates
|
||||
|
||||
$ aria2c --ca-certificate=/path/to/ca-certificates.crt --check-certificate https://host/file
|
||||
|
||||
RPC
|
||||
~~~
|
||||
|
||||
Encrypt RPC transport by SSL/TLS
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Specify server certificate file and private key file as follows:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ aria2c --enable-rpc --rpc-certificate=/path/to/server.crt --rpc-private-key=/path/to/server.key --rpc-secure
|
||||
|
||||
And more advanced features
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user