We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hsm_secret
allow hsm_secret to be encrypted and poncho to still function.
The text was updated successfully, but these errors were encountered:
We would need a way to decrypt it though, so the decryption key would have to live somewhere, which defeats the purpose?
The alternative is to ask CLN to implement an API "sign arbitrary payload" so poncho can call that instead of using the key directly.
Sorry, something went wrong.
maybe i mean like, hsm_secret is encrypted and gets decrypted when lightningd runs. so poncho can still work if lightningd has decrypted hsm_secret?
have poncho do something similar like lightningd where it'll decrypt using a password.
No branches or pull requests
allow hsm_secret to be encrypted and poncho to still function.
The text was updated successfully, but these errors were encountered: