dev: import plaintext token into agenix secret
This commit is contained in:
parent
7b69f6200f
commit
223272db7d
5 changed files with 93 additions and 6 deletions
|
|
@ -21,15 +21,13 @@ nix develop
|
|||
Encrypt (create) a secret:
|
||||
|
||||
```sh
|
||||
cd secrets
|
||||
agenix -e cloudflare-api-token.age
|
||||
agenix -e secrets/cloudflare-api-token.age
|
||||
```
|
||||
|
||||
Decrypt (inspect) a secret:
|
||||
|
||||
```sh
|
||||
cd secrets
|
||||
agenix -d cloudflare-api-token.age
|
||||
agenix -d secrets/cloudflare-api-token.age
|
||||
```
|
||||
|
||||
## Decryption identity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue