You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to see App Mesh implement this idea, please upvote with a 👍.
Tell us about your request
I want to be able to use ECDSA certificates issued using an ECDSA AWS Private CA with my virtual node listeners' TLS configuration
Which integration(s) is this request for?
I guess all of them? (I use ECS though)
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
ECDSA Private CA issued certificates are not available in the list where we can associate certificates with App Mesh virtual node TLS listeners. Only RSA ones are available. I would like to be able to use ECDSA certificates to reduce the CPU load on envoy containers while keeping the same security level
Are you currently working around this issue?
No
The text was updated successfully, but these errors were encountered:
This (P-256 ECDSA) is already supported in mainstream Envoy. Envoy even prefers to use ECDSA over RSA if the clients does support it. This should be an easy thing to do then.
If you want to see App Mesh implement this idea, please upvote with a 👍.
Tell us about your request
I want to be able to use ECDSA certificates issued using an ECDSA AWS Private CA with my virtual node listeners' TLS configuration
Which integration(s) is this request for?
I guess all of them? (I use ECS though)
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
ECDSA Private CA issued certificates are not available in the list where we can associate certificates with App Mesh virtual node TLS listeners. Only RSA ones are available. I would like to be able to use ECDSA certificates to reduce the CPU load on envoy containers while keeping the same security level
Are you currently working around this issue?
No
The text was updated successfully, but these errors were encountered: