doc: remove documentation for rpcssl
This commit is contained in:
parent
3932ff50c5
commit
51fcfc022c
6 changed files with 1 additions and 49 deletions
|
@ -96,7 +96,7 @@ _bitcoind() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$cur" in
|
case "$cur" in
|
||||||
-conf=*|-pid=*|-loadblock=*|-wallet=*|-rpcsslcertificatechainfile=*|-rpcsslprivatekeyfile=*)
|
-conf=*|-pid=*|-loadblock=*|-wallet=*)
|
||||||
cur="${cur#*=}"
|
cur="${cur#*=}"
|
||||||
_filedir
|
_filedir
|
||||||
return 0
|
return 0
|
||||||
|
|
|
@ -95,15 +95,6 @@
|
||||||
# running on another host using this option:
|
# running on another host using this option:
|
||||||
#rpcconnect=127.0.0.1
|
#rpcconnect=127.0.0.1
|
||||||
|
|
||||||
# Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate
|
|
||||||
# with Bitcoin -server or bitcoind
|
|
||||||
#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 Changes in 0.10.0
|
# Transaction Fee Changes in 0.10.0
|
||||||
|
|
||||||
# Send transactions as zero-fee transactions if possible (default: 0)
|
# Send transactions as zero-fee transactions if possible (default: 0)
|
||||||
|
|
|
@ -36,9 +36,6 @@ Listen for JSON\-RPC connections on <port> (default: 8332 or testnet: 18332).
|
||||||
.TP
|
.TP
|
||||||
\fB\-rpcconnect=\fR<ip>
|
\fB\-rpcconnect=\fR<ip>
|
||||||
Send commands to node running on <ip> (default: 127.0.0.1).
|
Send commands to node running on <ip> (default: 127.0.0.1).
|
||||||
.TP
|
|
||||||
\fB\-rpcssl\fR=\fI1\fR
|
|
||||||
Use OpenSSL (https) for JSON\-RPC connections (see the Bitcoin Wiki for SSL setup instructions).
|
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
\fBbitcoind\fP, \fBbitcoin.conf\fP
|
\fBbitcoind\fP, \fBbitcoin.conf\fP
|
||||||
|
|
|
@ -178,18 +178,6 @@ Set maximum block size in bytes (default: 250000)
|
||||||
.HP
|
.HP
|
||||||
\fB\-blockprioritysize=\fR<n> Set maximum size of high\-priority/low\-fee transactions in bytes (default: 27000)
|
\fB\-blockprioritysize=\fR<n> Set maximum size of high\-priority/low\-fee transactions in bytes (default: 27000)
|
||||||
.PP
|
.PP
|
||||||
SSL options: (see the Bitcoin Wiki for SSL setup instructions)
|
|
||||||
.TP
|
|
||||||
\fB\-rpcssl\fR
|
|
||||||
Use OpenSSL (https) for JSON\-RPC connections
|
|
||||||
.TP
|
|
||||||
\fB\-rpcsslcertificatechainfile=\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)
|
Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)
|
||||||
.SS "UI options:"
|
.SS "UI options:"
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -46,16 +46,6 @@ Listen for RPC connections on this TCP port.
|
||||||
\fBrpcconnect=\fR\fI'127.0.0.1'\fR
|
\fBrpcconnect=\fR\fI'127.0.0.1'\fR
|
||||||
You can use *bitcoin* or *bitcoind(1)* to send commands to *bitcoin*/*bitcoind(1)* running on another host using this option.
|
You can use *bitcoin* or *bitcoind(1)* to send commands to *bitcoin*/*bitcoind(1)* running on another host using this option.
|
||||||
.TP
|
.TP
|
||||||
\fBrpcssl=\fR\fI'1'\fR
|
|
||||||
Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *bitcoin* '\-server' or *bitcoind(1)*. Example of OpenSSL settings used when *rpcssl*='1':
|
|
||||||
.TP
|
|
||||||
\fB\-rpcsslciphers=\fR<ciphers>
|
|
||||||
Acceptable ciphers (default: TLSv1+HIGH:\:!SSLv2:\:!aNULL:\:!eNULL:\:!AH:\:!3DES:\:@STRENGTH)
|
|
||||||
.TP
|
|
||||||
\fBrpcsslcertificatechainfile=\fR\fI'server.cert'\fR
|
|
||||||
.TP
|
|
||||||
\fBrpcsslprivatekeyfile=\fR\fI'server.pem'\fR
|
|
||||||
.TP
|
|
||||||
.SH MISCELLANEOUS OPTIONS
|
.SH MISCELLANEOUS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fBgen=\fR[\fI'0'\fR|\fI'1'\fR]
|
\fBgen=\fR[\fI'0'\fR|\fI'1'\fR]
|
||||||
|
|
|
@ -62,20 +62,6 @@ Allow JSON\-RPC connections from specified IP address
|
||||||
.TP
|
.TP
|
||||||
\fB\-rpcconnect=\fR<ip>
|
\fB\-rpcconnect=\fR<ip>
|
||||||
Send commands to node running on <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
|
.TP
|
||||||
\-?
|
\-?
|
||||||
This help message
|
This help message
|
||||||
|
|
Loading…
Reference in a new issue