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