Posted: Wed Oct 27, 2004 1:46 am
If I understood it correctly, the problem is he doesn't have a key file, OR the only one he has is self-signed.
Well, AFAIK, you send a certificate request (server.req.pem) to CACERT and *never* your private key... then, they give you a certificate back... So you should have kept the corresponding key file (server.key.pem). If you didn't do that, then you have a problem :P.
Well, AFAIK, you send a certificate request (server.req.pem) to CACERT and *never* your private key... then, they give you a certificate back... So you should have kept the corresponding key file (server.key.pem). If you didn't do that, then you have a problem :P.