move to branch ADP-179_sops_manage_keys

ADP-179_doc_sops
LeeW 10 months ago
parent 69e75e7f88
commit bc065ba5fc

@ -16,14 +16,6 @@ gpg --import /path/to/keys/*.gpg.pub
### list imported gpg keys ### list imported gpg keys
gpg --list-keys --keyid-format=long gpg --list-keys --keyid-format=long
# EOL: Archive Expired Keys
To mark a key as expired, move it to the `archive/` dir as follows:
```bash
mv ${keyname} "archive/${keyname}_$(date '+%Y-%m-%d').archive"
```
# Configure SOPS # Configure SOPS
SOPS is used for encrypting secrets, e.g. credentials for various systems SOPS is used for encrypting secrets, e.g. credentials for various systems

Loading…
Cancel
Save