LetsEncrypt Private file location

klpowell

New member
Joined
Nov 24, 2015
Messages
4
Hello,
I've got a bit of an odd need. I host an Icecast server for one of my web hosting clients. Recent Chrome updates have required that this server use SSL. I've located the Cert file in the /users/$user/domain/$domain.com/ folder Icecast requires that the certificate file contain the CSR, Private Key, and the Certificate . in one file. In that directory I see the CSR and the Cert, but have not located to thePrivate key. Is there a location where that is stored, or is there any location that letsencrypt spits out the full chain?
 
/users/$user/domain/$domain.com/
Are you running directadmin? Or you made a typo maybe? The certs are in:
/usr/local/directadmin/data/users/username/domains
so not any /domain/domain.com directory.

The .key file in that directory is the private key.
 
Thank you, Not sure how I missd the .key file that was right there in front of my face!
 
Back
Top