0

Api calls made from fargate container needs to be validated against a certificate. Where can I put the certificates. Can it be placed inside the container?

James Z
  • 12,209
  • 10
  • 24
  • 44
  • Does this answer your question? [docker container ssl certificates](https://stackoverflow.com/questions/26028971/docker-container-ssl-certificates) – C.Nivs Feb 09 '21 at 16:51

1 Answers1

0

Assuming you are using an API Gateway, you can use the API Gateway to generate an SSL certificate and then use its public key in the backend to verify that HTTP requests to your backend system are from API Gateway

https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-client-side-ssl-authentication.html

banavalikar
  • 272
  • 1
  • 7