How to set the client certificate for AWS API gateway deployment stage using aws-cli

0 votes

I am in the process of automating API gateway deployment using AWS CLI commands. The cli command used to deploy an API goes like this. aws apigateway create-deployment \ --rest-api-id abcd1234 \ --stage-name v1 \ --variables elbDomain=xxx.yyy.zzz.io    Unfortunately, do not understand what would be the command to configure client certificate for that stage. Through API gateway UI you can achieve that and can be found here.

Jul 13, 2018 in AWS by bug_seeker
• 15,520 points
1,876 views

1 answer to this question.

0 votes

You'll need to use aws api-gateway update-domain-name.

http://docs.aws.amazon.com/cli/latest/reference/apigateway/update-domain-name.html

answered Jul 13, 2018 by Priyaj
• 58,090 points

Related Questions In AWS

0 votes
1 answer

How to add a tag to aws api gateway using aws cli?

Hi@akhtar, You need to use a tag-resource method in ...READ MORE

answered Dec 8, 2020 in AWS by MD
• 95,440 points
1,519 views
0 votes
1 answer

How to Enable CORS for an AWS API Gateway Resource

Since you're using Lambda Proxy integration for ...READ MORE

answered Jul 10, 2018 in AWS by Hammer
• 360 points
3,786 views
0 votes
1 answer

How to download the latest file in a S3 bucket using AWS CLI?

You can use the below command $ aws ...READ MORE

answered Sep 6, 2018 in AWS by Archana
• 4,170 points
19,075 views
0 votes
1 answer
+1 vote
3 answers

How to get ARN for s3 Bucket using aws cli .

An ARN is a non-opaque, constructible identifier, ...READ MORE

answered Aug 16, 2018 in AWS by Priyaj
• 58,090 points
5,071 views
–1 vote
1 answer

How to decrypt the encrypted S3 file using aws-encryption-cli --decrypt

Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE

answered Oct 22, 2018 in AWS by Priyaj
• 58,090 points
4,868 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP