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?

1回答
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
サポートエンジニア
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ