mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 10:55:00 +00:00
Added RPC encryption command-line example
This commit is contained in:
@@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user