radicle-node: support loading key material from file
Add the RAD_PASSPHRASE_FILE environment variable, which
radicle-node will use when RAD_PASSPHRASE is unset.
The passphrase will be read from this file, allowing
secure storage of passphrases when running radicle
from a service manager.
All checks passed
— 1 passed
View logs ↗
4 files changed
+29
-9
080790d8
→
abf25499
modified crates/radicle/src/profile.rs
@@ -45,6 +45,8 @@ pub mod env {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -104,8 +106,19 @@ pub mod env {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified rad.1.adoc
@@ -26,7 +26,8 @@ There are a few important requirements for running the Radicle CLI: first, a
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -221,3 +222,9 @@ be located at *~/.radicle*.
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified systemd/system/radicle-node.service
@@ -26,9 +26,9 @@ NoNewPrivileges=true
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified systemd/user/radicle-node.service
@@ -25,9 +25,9 @@ ProtectHome=true
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|