[DO-0] Encrypt secrets.txt with new devops keys
This commit is contained in:
@@ -5,7 +5,7 @@ Usage:
|
||||
-------------------------------------
|
||||
|
||||
```
|
||||
sign.sh [args] file
|
||||
gpg-tool.sh [args] file
|
||||
|
||||
Commands:
|
||||
-d, --decrypt decrypt file
|
||||
@@ -15,9 +15,10 @@ Commands:
|
||||
-h, --help display help
|
||||
|
||||
Example:
|
||||
./sign.sh --import_keys
|
||||
./sign.sh --decrypt secrets.txt.asc
|
||||
./sign.sh --encrypt secrets.txt
|
||||
./gpg-tool.sh --import_keys
|
||||
./gpg-tool.sh --decrypt secrets.txt.asc
|
||||
./gpg-tool.sh --encrypt secrets.txt
|
||||
./gpg-tool.sh --view secrets.txt
|
||||
```
|
||||
|
||||
# Как переподписать секреты новым ключом
|
||||
|
||||
@@ -4,7 +4,7 @@ SCRIPT_PATH=$(dirname "$(readlink -f "$0")";)
|
||||
|
||||
function help {
|
||||
echo "
|
||||
sign.sh [args] file
|
||||
gpg-tool.sh [args] file
|
||||
|
||||
Commands:
|
||||
-d, --decrypt decrypt file
|
||||
@@ -14,9 +14,10 @@ Commands:
|
||||
-h, --help display help
|
||||
|
||||
Example:
|
||||
./sign.sh --import_keys
|
||||
./sign.sh --decrypt secrets.txt.asc
|
||||
./sign.sh --encrypt secrets.txt
|
||||
./gpg-tool.sh --import_keys
|
||||
./gpg-tool.sh --decrypt secrets.txt.asc
|
||||
./gpg-tool.sh --encrypt secrets.txt
|
||||
./gpg-tool.sh --view secrets.txt
|
||||
"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user