1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
You can check this blog post from AWS it allows to generate Private Certificate Authority (PCA) with AWS certificate Manager: https://aws.amazon.com/blogs/containers/managing-access-to-amazon-elastic-kubernetes-service-clusters-with-x-509-certificates/
Relevant content
- asked 5 months ago
- asked 2 years ago

Hi, that's not what I need. I am looking for a way to have the EKS Public API Server's certificate signed with a "known" CA (like AWS' CA) as it seems that by default the API server's certificate is a self-signed certificate which is very annoying for access via forward proxy (it blocks access to sites with self-signed certificates). Is there any way to force the API Server to use another CA?