Skip to content

Commit a52d6cc

Browse files
Fixed generate.sh script
1 parent 9df91e4 commit a52d6cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/client_certificates/generate.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ upload_backup() {
5151
aws s3api put-object --bucket "$bucket" --key "$client_folder/" --acl private
5252
aws s3 cp "$file_path" "s3://$path/client.pem"
5353
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"
54+
aws s3 cp ./"$environment"-"$client"-client.csr "s3://$path/client.csr"
55+
aws s3 cp ./"$environment"-"$client"-client.key "s3://$path/client.key"
5656

5757
aws configure set aws_access_key_id ""
5858
aws configure set aws_secret_access_key ""

0 commit comments

Comments
 (0)