[DO-0] Encrypt secrets.txt with new devops keys

This commit is contained in:
Stanislav Gabenov
2024-02-15 17:57:56 +03:00
parent e266793fb7
commit 2b47e90742
2 changed files with 7 additions and 6 deletions

View File

@@ -5,18 +5,19 @@ Usage:
-------------------------------------
```
gpg-tool.sh [args] file.asc
sign.sh [args] file
Commands:
-d, --decrypt decrypt file
-e, --encrypt encrypt file
-v, --view view encrypted file
-i, --import_keys import keys
-h, --help display help
Example:
./gpg-tool.sh --import_keys
./gpg-tool.sh --decrypt token.txt.asc
./gpg-tool.sh --encrypt token.txt
./sign.sh --import_keys
./sign.sh --decrypt secrets.txt.asc
./sign.sh --encrypt secrets.txt
```
# Как переподписать секреты новым ключом