Cluster Agent SSL certificate issue for On-Premises Controllers: What should be checked in the Cluster?
Cluster Agent SSL certificate issue for On-Premises Controllers: What should be checked in the Cluster?
Step-by-Step Guide to Verifying SSL Certificates Using AppDynamics Cluster Agent
In this article, you will learn how to check if there are issues with the SSL Certificate for the On-Premises Controller using the Cluster Agent. Below are the steps you can independently verify in the cluster.
Next steps:
Check if a Secret containing the certificate named "custom-ssl.pem" is created.
Check if the Cluster Agent configuration file contains a parameter with the name of the Secret containing the certificate:
"cluster-agent.yaml" -> Kubernetes CLI
"values.yaml" -> Helm Chart
Check if the Cluster Agent pod description contains: kubectl describe pod <cluster_agent_pod_name> -n appdynamics
Check the presence of "/opt/appdynamics/ssl/custom-ssl.pem" in the Cluster Agent container. kubectl exec -it <cluster_agent_pod_name> -n appdynamics -- /bin/sh