Where is CSR for SSL ?

I am unable to find the SSL certificate being generated !

When I click on Generate Self-Key, where exactly is the certificate ?
Talking about CSR

Howdy,

Any SSL keys/certs that are generated are stored in $HOME/ssl.*.

I don’t recall, but it’s possible that when generating a self-signed cert, that you don’t end up with a CSR. You’d need to look though :slight_smile:

I do know that the normal way to generate a CSR is to go into Server Configuration -> Manage SSL Certificate -> Signing Request, and to fill out the information there. That will generate an SSL private key and a matching CSR.

-Eric

I have found it. I was generating using Self Generate while it was Signing Request…
My Mistake