Apache - Display configuration

If you experience problems with an SSL certificate in Apache, it is possible to display the configuration using the following command:

 httpd -S
 [ -S]: '''S'''hows the settings as parsed from the config file (currently only shows the virtualhost settings).

SSLCheck

Our SSLCheck will examine your website's root and intermediate certificates for correctness and report any potential issues

point up