Skip to content

Commit 87391ed

Browse files
resetting creds
1 parent 4664c14 commit 87391ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/client_certificates/generate.sh

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ upload_backup() {
5353
aws s3 cp ./"$environment"-"$client"-client.pem "s3://$path/client.pem"
5454
aws s3 cp ./truststore.key "s3://$path/truststore.key"
5555
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 ""
5659
}
5760

5861
main() {

0 commit comments

Comments
 (0)