Using Private/custom CA signed certificate for all API communication. #1764
-
I am using rke2 v1.20.7. I am using my own private CA signed certificate for Rancher "https://rancher.com/docs/rancher/v2.6/en/installation/resources/tls-secrets/". However all other API communication between api-server and rest of the components are using the self-signed certificate generated by rke2 itself. Sample Vulnerability Scan output
I believe all the certificate are stored in
Going through the rke2 installation and "Advanced Options and Configuration" section under https://docs.rke2.io/, I did not find any information. Question. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
The cert you're seeing here is (as it says) the certificate created by the ingress controller if you don't provide your own ingress cert. Are you trying to change this, or the cluster CA certificates? |
Beta Was this translation helpful? Give feedback.
The cert you're seeing here is (as it says) the certificate created by the ingress controller if you don't provide your own ingress cert. Are you trying to change this, or the cluster CA certificates?