API Gateway SSL certificate for backend authentication for a Spring Boot REST API microservice

0

I am trying to implement the solution provided here: https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-client-side-ssl-authentication.html for a Java Spring Boot based REST API. How can I go about doing that?

preguntada hace un año921 visualizaciones
1 Respuesta
1

Hi,

Once you have generated a client cert in API console and configured API to use SSL certificates following the doc https://docs.aws.amazon.com/apigateway/latest/developerguide/getting-started-client-side-ssl-authentication.html , you will have to create a truststore including the client certificate generated on API Gateway. Then, you can configure the truststore for SSL verification from API Gateway to backend. Here is a helpful article to understand the implementation https://dzone.com/articles/hakky54mutual-tls-1

AWS
INGENIERO DE SOPORTE
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas