Results 21 to 23 of 23
Is there any way to tell without resubmitting the files?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-13-2013 #21Just Joined!
- Join Date
- May 2011
- Posts
- 15
Is there any way to tell without resubmitting the files?
- 02-13-2013 #22Linux Enthusiast
- Join Date
- Apr 2012
- Location
- Virginia, USA
- Posts
- 561
Not that I know of. If you don't know where your private key is, then I would suggest having them regenerate the cert with a new CSR using a new private key.
- 02-13-2013 #23Just Joined!
- Join Date
- May 2011
- Posts
- 15
It looks like these might work.
openssl x509 -noout -modulus -in certificate.crt | openssl md5
openssl rsa -noout -modulus -in privateKey.key | openssl md5
openssl req -noout -modulus -in CSR.csr | openssl md5
I think I'd just need to make sure the output is the same.


Reply With Quote
