latest
This commit is contained in:
@@ -142,15 +142,15 @@ Decrypts data using an Age key stored as a secret.
|
||||
~/.local/share/secret/
|
||||
├── vaults.d/
|
||||
│ ├── default/
|
||||
│ │ ├── unlock-keys.d/
|
||||
│ │ ├── unlock.d/
|
||||
│ │ │ ├── passphrase/ # Passphrase unlock key
|
||||
│ │ │ └── pgp/ # PGP unlock key
|
||||
│ │ ├── secrets.d/
|
||||
│ │ │ ├── api%key/ # Secret: api/key
|
||||
│ │ │ └── database%password/ # Secret: database/password
|
||||
│ │ └── current-unlock-key -> ../unlock-keys.d/passphrase
|
||||
│ │ └── current-unlock-key -> ../unlock.d/passphrase
|
||||
│ └── work/
|
||||
│ ├── unlock-keys.d/
|
||||
│ ├── unlock.d/
|
||||
│ ├── secrets.d/
|
||||
│ └── current-unlock-key
|
||||
├── currentvault -> vaults.d/default
|
||||
|
||||
Reference in New Issue
Block a user