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
> 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
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
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
> 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