Re: unable to load private key

2010-04-16 Thread Dr. Stephen Henson
On Fri, Apr 16, 2010, digitalderik wrote: > > Hi there > I've copied and pasted an rsa private key that i need to use with openssl. > However when i run any commands that use the private key like the command: > $openssl rsautl -sign -in textfile -inkey privatekey.pem -out result.txt > i get: unab

RE: unable to load Private Key: mobilefish self-CA instructions

2009-12-14 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Llenlleawg > Sent: Saturday, 12 December, 2009 15:17 > Here is a brief outline of what I'm trying to do. I'm trying > to create a > certificate signed by my own CA and private key. > > I followed the steps on the following site to setup my ow

RE: unable to load Private Key

2008-06-12 Thread Bill Colvin
As the error message says, you are getting this because the private key file (privkey.pem) does not exist (No such file). If you want to use this form of the command you must first generate the private key file. If you want to do it all at once then a slightly different form of the command is req

Re: Unable to load private key

2004-06-30 Thread Dr. Stephen Henson
On Tue, Jun 29, 2004, Pierre Sengès wrote: > Hello > > I'm newbie to openSSL. I'm trying to create a pkcs12 file with Win32 OpenSSL 0.97d. > I've generated a CSR with keytool. I got my cert file generated by a CA and a > private key file (generated by keytool). > The following command : > > Ope

Re: Unable to load private key

2004-06-30 Thread Frédéric EVRARD
> Hello > > I'm newbie to openSSL. I'm trying to create a pkcs12 file with Win32 > OpenSSL 0.97d. > I've generated a CSR with keytool. I got my cert file generated by a CA > and a private key file (generated by keytool). > The following command : > > OpenSSL> pkcs12 -export -inkey domain.key -in do