如何在Kubernetes入口TLS配置中添加中间SSL证书?
问题描述:
文档未指定如何添加中间SSL证书: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
The documentation does not specify how to add an intermediate SSL certificate: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
我想下一步是阅读Kubernetes的源代码.
I suppose the next step would be to read the Kubernetes source code.
答
它必须附加到证书值中.就像nginx.
It has to be appended to the certificate value. Just like nginx.