mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Merge branch 'issue34' of https://github.com/dooglus/bitcoin into FIXES
This commit is contained in:
commit
3475caf8f5
8
init.cpp
8
init.cpp
@ -188,10 +188,10 @@ bool AppInit2(int argc, char* argv[])
|
|||||||
#ifdef USE_SSL
|
#ifdef USE_SSL
|
||||||
strUsage += string() +
|
strUsage += string() +
|
||||||
_("\nSSL options: (see the Bitcoin Wiki for SSL setup instructions)\n") +
|
_("\nSSL options: (see the Bitcoin Wiki for SSL setup instructions)\n") +
|
||||||
" -rpcssl=1 \t " + _("Use OpenSSL (https) for JSON-RPC connections\n") +
|
" -rpcssl=1 \t " + _("Use OpenSSL (https) for JSON-RPC connections\n") +
|
||||||
" -rpcsslcertificatchainfile=<file.cert>\t " + _("Server certificate file (default: server.cert)\n") +
|
" -rpcsslcertificatechainfile=<file.cert>\t " + _("Server certificate file (default: server.cert)\n") +
|
||||||
" -rpcsslprivatekeyfile=<file.pem> \t " + _("Server private key (default: server.pem)\n") +
|
" -rpcsslprivatekeyfile=<file.pem> \t " + _("Server private key (default: server.pem)\n") +
|
||||||
" -rpcsslciphers=<ciphers> \t " + _("Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)\n");
|
" -rpcsslciphers=<ciphers> \t " + _("Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
strUsage += string() +
|
strUsage += string() +
|
||||||
|
Loading…
Reference in New Issue
Block a user