From b6fbda09820caf00ceb18aaadfa91894256a81bf Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Fri, 23 Jan 2015 07:53:50 +0100 Subject: [PATCH] doc: remove documentation for rpcssl --- contrib/bitcoind.bash-completion | 2 +- contrib/debian/examples/zcash.conf | 9 --------- doc/man/zcash-cli.1 | 6 ------ doc/man/zcashd.1 | 19 ------------------- 4 files changed, 1 insertion(+), 35 deletions(-) diff --git a/contrib/bitcoind.bash-completion b/contrib/bitcoind.bash-completion index ea32ec3c..10436502 100644 --- a/contrib/bitcoind.bash-completion +++ b/contrib/bitcoind.bash-completion @@ -16,7 +16,7 @@ _zcashd() { _get_comp_words_by_ref -n = cur prev words cword case "$cur" in - -conf=*|-pid=*|-loadblock=*|-rpccookiefile=*|-wallet=*|-rpcsslcertificatechainfile=*|-rpcsslprivatekeyfile=*) + -conf=*|-pid=*|-loadblock=*|-rpccookiefile=*|-wallet=*) cur="${cur#*=}" _filedir return 0 diff --git a/contrib/debian/examples/zcash.conf b/contrib/debian/examples/zcash.conf index cbfdf4ee..cbe20049 100644 --- a/contrib/debian/examples/zcash.conf +++ b/contrib/debian/examples/zcash.conf @@ -95,15 +95,6 @@ # running on another host using this option: #rpcconnect=127.0.0.1 -# Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate -# with Zcash -server or zcashd -#rpcssl=1 - -# OpenSSL settings used when rpcssl=1 -#rpcsslciphers=TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH -#rpcsslcertificatechainfile=server.cert -#rpcsslprivatekeyfile=server.pem - # Transaction Fee # Send transactions as zero-fee transactions if possible (default: 0) diff --git a/doc/man/zcash-cli.1 b/doc/man/zcash-cli.1 index 1247efd4..582861f7 100644 --- a/doc/man/zcash-cli.1 +++ b/doc/man/zcash-cli.1 @@ -57,12 +57,6 @@ Username for JSON\-RPC connections \fB\-rpcpassword=\fR .IP Password for JSON\-RPC connections -.PP -SSL options: (see the Bitcoin Wiki for SSL setup instructions) -.HP -\fB\-rpcssl\fR -.IP -Use OpenSSL (https) for JSON\-RPC connections .SH COPYRIGHT Copyright (C) 2009-2017 The Bitcoin Core Developers Copyright (C) 2015-2017 The Zcash Developers diff --git a/doc/man/zcashd.1 b/doc/man/zcashd.1 index 9e0dae7e..0a94615a 100644 --- a/doc/man/zcashd.1 +++ b/doc/man/zcashd.1 @@ -422,25 +422,6 @@ multiple times .IP Set the number of threads to service RPC calls (default: 4) .PP -RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) -.HP -\fB\-rpcssl\fR -.IP -Use OpenSSL (https) for JSON\-RPC connections -.HP -\fB\-rpcsslcertificatechainfile=\fR -.IP -Server certificate file (default: server.cert) -.HP -\fB\-rpcsslprivatekeyfile=\fR -.IP -Server private key (default: server.pem) -.HP -\fB\-rpcsslciphers=\fR -.IP -Acceptable ciphers (default: -TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) -.PP Metrics Options (only if \fB\-daemon\fR and \fB\-printtoconsole\fR are not set): .HP \fB\-showmetrics\fR