We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4664c14 commit 87391edCopy full SHA for 87391ed
scripts/client_certificates/generate.sh
@@ -53,6 +53,9 @@ upload_backup() {
53
aws s3 cp ./"$environment"-"$client"-client.pem "s3://$path/client.pem"
54
aws s3 cp ./truststore.key "s3://$path/truststore.key"
55
aws s3 cp ./truststore.pem "s3://$path/truststore.pem"
56
+
57
+ aws configure set aws_access_key_id ""
58
+ aws configure set aws_secret_access_key ""
59
}
60
61
main() {
0 commit comments