Can I configure multiple certificates on my GKE/Istio Gateway?

2/18/2019

I am using the prepackaged Istio on GKE, which comes with a pre-configured ingress gateway that takes a single SSL certificate.

Is there a way to add additional certificates to Google's standard configuration which will survive reset by their configuration tool and persist through upgrades?

The Istio docs describe how to specify multiple certificates if installing the ingress gateway yourself. I could do this if I configured a separate ingress gateway, but would like to use the default one if I could. Google's docs do not list certificates as a modifiable property.

-- Martin R
google-kubernetes-engine
istio

1 Answer

2/19/2019

I found a post from Medium which explains how to use multiple Certificates for Istio through Cert-Manager, Let's Encrypt for TLS and Certificate Merge.

Could you please take a look at the post and let me know if it's useful?

-- Adrian nieto macias
Source: StackOverflow