Browse Source

AppleTLS: Document new --rpc-certificate behavior

Nils Maier 12 years ago
parent
commit
f9225db135
1 changed files with 8 additions and 0 deletions
  1. 8 0
      doc/manual-src/en/aria2c.rst

+ 8 - 0
doc/manual-src/en/aria2c.rst

@@ -922,6 +922,14 @@ RPC Options
   in PEM format. Use :option:`--rpc-private-key` option to specify the
   private key. 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
+  SHA-1 fingerprint from the Information dialog corresponding to that new
+  certificate.
+  To start aria2c with :option:`--rpc-secure` use
+  `--rpc-certificate=<SHA-1>` and just omit the :option:`--rpc-private-key`
+  option.
+
 .. option:: --rpc-listen-all[=true|false]
 
   Listen incoming JSON-RPC/XML-RPC requests on all network interfaces. If false