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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added RPC configurations menu
Now it is possible to manage the following rpc configurations:
rpcuser= # Username
rpcpassword= # Password
rpcallowip=0.0.0.0 # From any
rpcssl=1 # SSL enabled
rpcsslcertificatechainfile=cert.pem # Full path of certificate
rpcsslprivatekeyfile=key.pem # Full path of private key
rpcsslciphers=TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH # Cypher algoritms enabled Hardcoded
If used the script check the SSL JSON-RPC interface (need curl installed).
Before launch the script you have to create the ssl key and certs (command for generate self-signed certs commented into the script).