can i use lets encrypt or my pki as cluster and clients CA? #6728
-
Hello as you have explained in this documetn: plus while trying to replace cluster ca with letsencrypt as tls.crt and tls.key zookeeper crashesh with this err:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The docs do not suggest anything about using Let's Encrypt as the Cluster CA. Public CAs such as Let's Encrypt are unsuitable for such task because they cannot secure internal domain names within your Kubernetes cluster. If you want to use Let's Encrypt, you normally use it for the listener certificate with some external listener. |
Beta Was this translation helpful? Give feedback.
The docs do not suggest anything about using Let's Encrypt as the Cluster CA. Public CAs such as Let's Encrypt are unsuitable for such task because they cannot secure internal domain names within your Kubernetes cluster. If you want to use Let's Encrypt, you normally use it for the listener certificate with some external listener.