updates instructions - archive

ADP-216_sops_automation
LeeW 10 months ago
parent a3d428a589
commit 444769e65d

@ -117,7 +117,10 @@ Note: `secrets.yaml` is just an example; the file can have any name
To mark a key as expired, move it to the `archive/` dir as follows: To mark a key as expired, move it to the `archive/` dir as follows:
```bash ```bash
mv ${keyname} "archive/${keyname}_$(date '+%Y-%m-%d').archive" # remove from groups
find groups -name ${keyname} | xargs git rm
# archive key - DO NOT delete - need this for auditing
git mv ${keyname} "archive/${keyname}_$(date '+%Y-%m-%d').archive"
``` ```
# Advanced # Advanced

@ -1 +0,0 @@
../../test.person@netgo.de.gpg.pub
Loading…
Cancel
Save