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?
Asked
Active
Viewed 290 times
0

James Z
- 12,209
- 10
- 24
- 44

Hemanth Kovivalla
- 31
- 2
-
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 Answers
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

banavalikar
- 272
- 1
- 7