Re: [openssl-users] openssl genrsa question

2015-02-06 Thread Viktor Dukhovni
On Fri, Feb 06, 2015 at 01:13:08PM -0600, Rex Bloom wrote: > I am being required to generate the following type of digital signature: > > RSASSA-PKCS1-v1_5 A PKCS#1 v1.5 signature. > I am doing the following: > > openssl genrsa -aes128 -out private.pem 2048 You're generating a private key, th

[openssl-users] openssl genrsa question

2015-02-06 Thread Rex Bloom
I am being required to generate the following type of digital signature: RSASSA-PKCS1-v1_5 I am doing the following: openssl genrsa -aes128 -out private.pem 2048 Can anyone confirm this is correct or point out what I should change? Thanks, Rex ___ op