add doc for encrypting wallet to namespace #46
Loading…
Reference in New Issue
No description provided.
Delete Branch "feat/encrypt-wallet-to-namespace"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +14,4 @@
* If not on a computer, but a hardware wallet or otherwise, perform the steps on a air-gapped machine
1. Load the OpenPGP certificate:
sq encrypt --for-file cert.asc <secret_file> --output encrypted.asc
. no need to import in gpg.alternatively:
but neither are packaged in AirgapOS atm.
I'm going to add the
sq
command because it's a bit more friendly. Updating this in the future won't require a lot of effort as it's not coupled with anything.This has been merged.
Pull request closed