mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 14:07:37 +03:00
Document PKCS12 availability
This commit is contained in:
parent
37f9c668ff
commit
2f1f45bcc5
1 changed files with 8 additions and 2 deletions
|
@ -922,8 +922,14 @@ RPC Options
|
||||||
.. option:: --rpc-certificate=<FILE>
|
.. option:: --rpc-certificate=<FILE>
|
||||||
|
|
||||||
Use the certificate in FILE for RPC server. The certificate must be
|
Use the certificate in FILE for RPC server. The certificate must be
|
||||||
in PEM format. Use :option:`--rpc-private-key` option to specify the
|
either in PKCS12 (.p12, .pfx) or in PEM format.
|
||||||
private key. Use :option:`--rpc-secure` option to enable encryption.
|
|
||||||
|
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
|
*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
|
self-signed SSL-Server certificate, e.g. using the wizard, and get the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue