core-lightning/doc/lightning-makesecret.7.md
Rusty Russell c34a0a22ad makesecret: change info_hex arg to simply "hex" to match datastore command.
And fix schema: it wasn't tested as there was no test-by-parameter-name.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-07-15 22:17:58 +09:30

941 B

lightning-makesecret -- Command for deriving pseudorandom key from HSM

SYNOPSIS

makesecret hex

DESCRIPTION

The makesecret RPC command derives a secret key from the HSM_secret.

The hex can be any hex data.

RETURN VALUE

On success, an object is returned, containing:

  • secret (secret): the pseudorandom key derived from HSM_secret (always 64 characters)

The following error codes may occur:

  • -1: Catchall nonspecific error.

AUTHOR

Aditya <aditya.sharma20111@gmail.com> is mainly responsible.

SEE ALSO

lightning-getsharedsecret(7)

RESOURCES

Main web site: https://github.com/ElementsProject/lightning