Extract Certs from Apache
- by user271619
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.