Extract Certs from Apache

Posted by user271619 on Server Fault See other posts from Server Fault or by user271619
Published on 2014-06-10T07:05:05Z Indexed on 2014/06/10 9:26 UTC
Read the original article Hit count: 208

Recently I've had to uninstall a single Self-Signed SSL Certificate from one of my Apache boxes, specifically for an outside party.

That's not really a problem for me, since it was easy. What confuses me is how they knew I had a self-signed certificate. The domain I provided them was not related to the domain with the self-signed certificate.

Does this mean Apache publicizes the Virtual hosts in the httpd.conf file?

I asked the outside party what software they used to extract information from my server, and they provided this GitHub link: https://gist.github.com/4ndrej/4547029

I figured I'd ask the community first, before I attempt installing the Java program.

© Server Fault or respective owner

Related posts about apache-2.2

Related posts about ssl-certificate