We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df91e4 commit a52d6ccCopy full SHA for a52d6cc
scripts/client_certificates/generate.sh
@@ -51,8 +51,8 @@ upload_backup() {
51
aws s3api put-object --bucket "$bucket" --key "$client_folder/" --acl private
52
aws s3 cp "$file_path" "s3://$path/client.pem"
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"
+ aws s3 cp ./"$environment"-"$client"-client.csr "s3://$path/client.csr"
+ aws s3 cp ./"$environment"-"$client"-client.key "s3://$path/client.key"
56
57
aws configure set aws_access_key_id ""
58
aws configure set aws_secret_access_key ""
0 commit comments