cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pclark
AppDynamics Team (Retired)

Question

How can I check the expiration date of the SSL certificate being used by my Controller?

 

Answer

1. Use the following command and change localhost:8181 to match the controller you are querying.

 

echo ^D |openssl s_client -connect localhost:8181 | openssl x509 -noout -enddate

 

2. You can also use: http://exchange.nagios.org/directory/Plugins/Network-Protocols/HTTP/check_ssl_certificate/details.

Version history
Last update:
‎11-19-2018 01:02 PM
Updated by:
Contributors