You are seriously lost. Private keys and public keys (certificates) are
USED in performing RSA encryption, but they are not themselves encoded
and/or transmitted under RSA encryption. Yes, keys for private-key
encryption are sent under public key encryption, but
a key for private key encryption i
[EMAIL PROTECTED] wrote:
Bernhard Froehlich wrote:
one silly question: if I generate a request with
openssl req -new -keyout mykey.pem -out myreq.pem 265
the private key in mykey.pem is encrypted or not?
Since my openssl asks me for a password when using "openssl req -new -keyout mykey.pe
Bernhard Froehlich wrote:
>> one silly question: if I generate a request with
>> openssl req -new -keyout mykey.pem -out myreq.pem 265
>> the private key in mykey.pem is encrypted or not?
>>
> Since my openssl asks me for a password when using "openssl req -new -keyout
> mykey.pem -out myreq.pem"
[EMAIL PROTECTED] wrote:
Hi,
one silly question: if I generate a request with
openssl req -new -keyout mykey.pem -out myreq.pem 265
the private key in mykey.pem is encrypted or not?
Since my openssl asks me for a password when using "openssl req -new
-keyout mykey.pem -out myreq.pem", I'd think