2017-12-11 17:55:42 +01:00
|
|
|
RPC Tools
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
### [RPCAuth](/share/rpcauth) ###
|
|
|
|
|
2018-11-22 12:37:34 +01:00
|
|
|
```
|
|
|
|
usage: rpcauth.py [-h] username [password]
|
2017-12-11 17:55:42 +01:00
|
|
|
|
2018-11-22 12:37:34 +01:00
|
|
|
Create login credentials for a JSON-RPC user
|
2017-12-11 17:55:42 +01:00
|
|
|
|
2018-11-22 12:37:34 +01:00
|
|
|
positional arguments:
|
|
|
|
username the username for authentication
|
|
|
|
password leave empty to generate a random password or specify "-" to
|
|
|
|
prompt for password
|
2018-05-02 12:15:25 +02:00
|
|
|
|
2018-11-22 12:37:34 +01:00
|
|
|
optional arguments:
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
```
|