mirror of
https://github.com/aria2/aria2.git
synced 2025-01-08 11:01:38 +00:00
Document PKCS12 availability
This commit is contained in:
parent
37f9c668ff
commit
2f1f45bcc5
@ -922,8 +922,14 @@ RPC Options
|
||||
.. option:: --rpc-certificate=<FILE>
|
||||
|
||||
Use the certificate in FILE for RPC server. The certificate must be
|
||||
in PEM format. Use :option:`--rpc-private-key` option to specify the
|
||||
private key. Use :option:`--rpc-secure` option to enable encryption.
|
||||
either in PKCS12 (.p12, .pfx) or in PEM format.
|
||||
|
||||
PKCS12 files must contain the certifcate, a key and optionally a chain
|
||||
of additional certificates. Only PKCS12 files with a blank import password
|
||||
can be opened!
|
||||
|
||||
When using PEM, you have to specify the private key via :option:`--rpc-private-key`
|
||||
as well. Use :option:`--rpc-secure` option to enable encryption.
|
||||
|
||||
*AppleTLS* users should use the Keychain Access utility to first generate a
|
||||
self-signed SSL-Server certificate, e.g. using the wizard, and get the
|
||||
|
Loading…
Reference in New Issue
Block a user