add doc for decrypting namespace secret #47
Loading…
Reference in New Issue
No description provided.
Delete Branch "feat/decrypt-namespace-secret"
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 +44,4 @@
1. Derive the OpenPGP root certificate:
* TODO
keyfork derive openpgp > secret_key.asc
@ -0,0 +48,4 @@
1. Decrypt the secret material:
* `gpg --decrypt <path_to_encrypted_file>`
sq decrypt --recipient-file secret_key < encrypted.asc --output decrypted
alternatively:
but neither are packaged in AirgapOS atm.
This has been merged.
Pull request closed