S3 TLS revocation using a private interface endpoint via direct connect

0

Hi there,

I am looking into for research purposes if it is possible to do TLS revocation using a public CRL when using AWS3 connected to a private interface endpoint which in turn is connected to using a direct connect? If it isn't is there a process of doing it privately? Thanks!

edx
已提问 6 个月前136 查看次数
1 回答
0

It is possible.

AWS Private CA allows you to configure and publish certificate revocation lists (CRLs) to an S3 bucket for revocation checking. This S3 bucket can be public or private. With a private interface endpoint for S3, you can access the S3 bucket containing the CRL privately over the Direct Connect connection without going over the public internet. The private interface endpoint would perform revocation checks against the CRL during TLS handshake just like a public endpoint. You have the option to publish the CRL to a private S3 bucket, in which case the revocation checking would be done privately without exposing the CRL publicly.

profile picture
专家
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则