UPD: added comment

This commit is contained in:
xpk 2020-09-10 15:35:38 +08:00
parent 07916a1c2f
commit 1fee5a3672
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86
1 changed files with 1 additions and 0 deletions

1
aws/kms-create-import-key.sh Normal file → Executable file
View File

@ -2,6 +2,7 @@
if [ $# -lt 2 ]; then
echo "This tool requires openssl, awscli, jq and base64."
echo "One can generate a key using openssl rand -out PlaintextKeyMaterial.bin 32"
echo "Usage: key-import.sh key-file key-alias"
exit 0
fi