You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPCHoststring`long:"rpchost" description:"The daemon's rpc listening address. If a port is omitted, then the default port for the selected chain parameters will be used."`
5
-
RPCUserstring`long:"rpcuser" description:"Username for RPC connections"`
6
-
RPCPassstring`long:"rpcpass" default-mask:"-" description:"Password for RPC connections"`
7
-
RPCCertstring`long:"rpccert" description:"File containing the daemon's certificate file"`
8
-
RawRPCCertstring`long:"rawrpccert" description:"The raw bytes of the daemon's PEM-encoded certificate chain which will be used to authenticate the RPC connection."`
4
+
RPCHoststring`long:"rpchost" description:"The daemon's rpc listening address. If a port is omitted, then the default port for the selected chain parameters will be used."`
5
+
RPCUserstring`long:"rpcuser" description:"Username for RPC connections"`
6
+
RPCPassstring`long:"rpcpass" default-mask:"-" description:"Password for RPC connections"`
7
+
RPCCertstring`long:"rpccert" description:"File containing the daemon's certificate file"`
8
+
RawRPCCertstring`long:"rawrpccert" description:"The raw bytes of the daemon's PEM-encoded certificate chain which will be used to authenticate the RPC connection."`
9
+
RPCClientCertstring`long:"rpcclientcert" description:"TLS client certificate to present to authenticate RPC connections to dcrd"`
10
+
RPCClientKeystring`long:"rpcclientkey" description:"Key for dcrd RPC client certificate"`
0 commit comments