diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-23 07:53:50 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-09-02 18:38:41 +0200 |
commit | 51fcfc022ce29aa8575d361497bfe458c973b1c5 (patch) | |
tree | bd0484ff6573662eca5f557d06e4a25695e41cc7 /contrib/debian/manpages/bitcoind.1 | |
parent | 3932ff50c563df19c14e9987f2297d9f99a299ac (diff) |
doc: remove documentation for rpcssl
Diffstat (limited to 'contrib/debian/manpages/bitcoind.1')
-rw-r--r-- | contrib/debian/manpages/bitcoind.1 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/debian/manpages/bitcoind.1 b/contrib/debian/manpages/bitcoind.1 index c225b9f3e9..5b0f2921aa 100644 --- a/contrib/debian/manpages/bitcoind.1 +++ b/contrib/debian/manpages/bitcoind.1 @@ -62,20 +62,6 @@ Allow JSON\-RPC connections from specified IP address .TP \fB\-rpcconnect=\fR<ip> Send commands to node running on <ip> -.PP -SSL options: (see the Bitcoin Wiki for SSL setup instructions) -.TP -\fB\-rpcssl\fR=\fI1\fR -Use OpenSSL (https) for JSON\-RPC connections -.TP -\fB\-rpcsslcertificatchainfile=\fR<file.cert> -Server certificate file (default: server.cert) -.TP -\fB\-rpcsslprivatekeyfile=\fR<file.pem> -Server private key (default: server.pem) -.TP -\fB\-rpcsslciphers=\fR<ciphers> -Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES:\:@STRENGTH) .TP \-? This help message |