Specify cipher algos explicitly

This commit is contained in:
Hannes Körber
2019-05-20 22:42:51 +02:00
parent dbfe888b8b
commit 063c14c215

View File

@@ -67,6 +67,8 @@ timestamp="$(date --utc -Iseconds)"
--output - \ --output - \
--encrypt \ --encrypt \
--compress-algo none \ --compress-algo none \
--cipher-algo AES256 \
--digest-algo SHA256 \
--recipient "${gpg_pubkey_id}" \ --recipient "${gpg_pubkey_id}" \
| aws \ | aws \
s3 cp \ s3 cp \