: Tuesday, September 26, 2000 2:35 AM
To: [EMAIL PROTECTED]
Subject: Re: Generating RSA key pair / Rand error / Solaris 7 ++
Jørgen Skogstad wrote:
>
> I am having some minor troubles trying to build a RSA keypair in
> which I hoped to do a self signed CA certificate later on .. but
> the
Jørgen Skogstad wrote:
>
> I am having some minor troubles trying to build a RSA keypair in
> which I hoped to do a self signed CA certificate later on .. but
> the RSA key pair generation failed with the beneatch mentioned
> error;
>
> 08:20 root@nexus [ /home/kroot > openssl genrsa -des3 -out
Hi there ..
I am having some minor troubles trying to build a RSA keypair in
which I hoped to do a self signed CA certificate later on .. but
the RSA key pair generation failed with the beneatch mentioned
error;
08:20 root@nexus [ /home/kroot > openssl genrsa -des3 -out ca.key 2048
warning, no
[EMAIL PROTECTED] wrote:
>
> the apps/genrsa utility confused me because it seems to only generate a
> private key. the apps/rsa utility documentation says that with a -pubout a
> public key is output from a private key. is this true? is a public key
> embedded in the private key generated with g
the apps/genrsa utility confused me because it seems to only generate a
private key. the apps/rsa utility documentation says that with a -pubout a
public key is output from a private key. is this true? is a public key
embedded in the private key generated with genrsa?
I tried to test this by addi