As per #13854 (comment)
Currently we decod only one CA in the top of the secret.
|
block, _ := pem.Decode(secret.Data[certificates.CaCertName]) |
It should be fine at this moment, but it should decode all CAs in the secret especially if we support BYO CA cert.
As per #13854 (comment)
Currently we decod only one CA in the top of the secret.
serving/pkg/activator/certificate/cache.go
Line 96 in 018c7f8
It should be fine at this moment, but it should decode all CAs in the secret especially if we support BYO CA cert.