[DO-0] Encrypt secrets.txt with new devops keys
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
# Как переподписать секреты новым ключом
|
||||
|
||||
Reference in New Issue
Block a user