bds89
bds89

Reputation: 165

How do I find my website's SSL certificate?

I do not know how to find the SSL Certificate on the File System for the website I am working on. Someone else put it in and I cannot find it. Also, how do I get the URL for it?

Upvotes: 0

Views: 59

Answers (1)

ganchito55
ganchito55

Reputation: 3607

If you use Apache:

  1. Move to Apache sites enabled folder (/etc/apache/sites-enabled)
  2. Open each file in this folder
  3. You have to find the tag SSLCertificateFile
  4. Browse to SSLCertificateFile path

Upvotes: 1

Related Questions