Where can i find SSL certificate files on server ?
October 6th, 2009
If domain is having SSL certificate you can find following files in folders.
CRT : /etc/ssl/certs/www.domain.com.crt
RSA KEY : /etc/ssl/private/www.domain.com.key
CSR : /etcssl/certs/www.domain.com.csr
CA File : /usr/local/apache/conf/ca.txt ( optional )