[RFE - VirtualServer] Support for 2 (or more) certificates #5133
Replies: 3 comments
-
@jasonwilliams14 can you please suggest the proper nginx.conf syntax that we need to achieve? |
Beta Was this translation helpful? Give feedback.
-
It is not uncommon for users to want to support both RSA and ECDSA certificates in NGINX. The output of the
Essentially, we add an additional We would need to extend the resource to add the option to add multiple certs and generate the appropriate .conf. |
Beta Was this translation helpful? Give feedback.
-
@mariusz-gomse-centra Thanks for the information again. We are planning on adding this capability as part of the product and are currently going through the planning phases. We do not have an ETA on when we will be releasing it, so keep an eye on our our releases page and notes. You can also monitor our |
Beta Was this translation helpful? Give feedback.
-
Discussed in #5101
Currently VirtualServer CRD provide possibility to add easily only 1 tls secret. In my case (see discussion link above) I wanted to have RSA & ECDSA cyphers so 2 tls secrets were needed.
I found a workaround (using 2nd VirtualServer and snippets in the 1st one - see discussion) however it will be nice to be able to add more than 1 tls secret for VS - sometimes it can be even 3 (RSA, ECDSA, DH)
References:
Beta Was this translation helpful? Give feedback.
All reactions