radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb 22720e718b node: Make location of secret key configurable
With this change, the location of the secret SSH key can be configured
through `${RAD_HOME}/config.json` so that the node key does not have to
be placed under `${RAD_HOME}/keys` anymore.

Further, there is now an option to override `config.json` directly when
executing `radicle-node` via the command line argument
`--secret`.

The primary motivation is more flexible deployments, for example
leveraging external secret management solutions, like
<https://systemd.io/CREDENTIALS/>.

The secret key is fingerprinted by taking the fingerprint of the public
key corresponding to the secret key. This allows to detect when the
secret key changes.
2025-09-26 13:03:57 +01:00
..
src node: Make location of secret key configurable 2025-09-26 13:03:57 +01:00
CHANGELOG.md Introduce a node event for canonical reference updates 2025-08-25 18:49:43 +01:00
Cargo.toml crates: 1.4.0 release 2025-08-27 10:30:28 +01:00