Compare commits
2 Commits
a0129bb91b
...
a4ebfbecdf
Author | SHA1 | Date |
---|---|---|
|
a4ebfbecdf | |
|
c7e79604f9 |
|
@ -4,7 +4,7 @@ Procedure for importing an arbitrary secret (raw key, mnemonic, state secrets) i
|
|||
|
||||
## Requirements
|
||||
|
||||
* [Namespace OpenPGP Certificate]()
|
||||
* [Namespace OpenPGP Certificate]()
|
||||
|
||||
* It can be on an SD card or accessed online
|
||||
|
||||
|
@ -16,7 +16,7 @@ Procedure for importing an arbitrary secret (raw key, mnemonic, state secrets) i
|
|||
|
||||
1. Encrypt the secret to certificate:
|
||||
|
||||
* `sq encrypt --without-signature --for-file <certificate> <file_to_encrypt> --output encrypted.asc`
|
||||
* `sq encrypt --for-file <certificate> <file_to_encrypt> --output encrypted.asc`
|
||||
|
||||
1. Once encrypted, name the file appropriately and add it to an `artifacts/` directory in the appropriate namespace subdirectory in the `vaults` repository
|
||||
|
||||
|
|
Loading…
Reference in New Issue