mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
doc: detail -rpccookieperms option
Co-authored-by: tdb3 <106488469+tdb3@users.noreply.github.com>
This commit is contained in:
parent
d2afa2690c
commit
73f0a6cbd0
1 changed files with 4 additions and 2 deletions
|
@ -35,8 +35,10 @@ it will use a special cookie file for authentication. The cookie is generated wi
|
|||
content when the daemon starts, and deleted when it exits. Read access to this file
|
||||
controls who can access it through RPC.
|
||||
|
||||
By default the cookie is stored in the data directory, but it's location can be overridden
|
||||
with the option '-rpccookiefile'.
|
||||
By default the cookie is stored in the data directory, but its location can be
|
||||
overridden with the option `-rpccookiefile`. Default file permissions for the
|
||||
cookie are "owner" (i.e. user read/writeable) via default application-wide file
|
||||
umask of `0077`, but these can be overridden with the `-rpccookieperms` option.
|
||||
|
||||
This allows for running bitcoind without having to do any manual configuration.
|
||||
|
||||
|
|
Loading…
Reference in a new issue