OCSP Stappling with API Gateway and Public ACM certificate

0

Hello, I would like to implement OCSP Stapling on my application, built on API Gateway and Lambda function, and using an ACM Public Certificate. I'm not able to find such configuration in the service documentation. Is that configuration possible ? If not what would be a valuable alternative ? Thank you for the support

2 Answers
2

OCSP Stapling on my application, built on API Gateway and Lambda function,

OCSP stapling needs to be implemented by the web service, which in your case is API Gateway.

If not what would be a valuable alternative ?

You can front your API Gateway with Amazon CloudFront. It supports OCSP stapling

AWS
EXPERT
answered a year ago
0

Hello and thank you for your answer. Should I understand that CloudFront Distribution is, at the moment, the only solution to enable OCSP Stapling on an API Gateway ? Is there any alternative possible using an Elastic Load Balancer in front of the API Gateway ?

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions