Hello,
I received certificate from CA and it had no alias set:
openssl x509 -in QCA1530646.pem -alias -noout
So I set alias via:
openssl x509 -in QCA1530646.pem -setalias myalias -out QCA1530646_2.pem
and verified via:
openssl x509 -in QCA1530646_2.pem -alias -noout
m
> From: owner-openssl-users On Behalf Of Manoj
> Sent: Tuesday, December 10, 2013 08:31
> I am creating an EVP_PKEY using functions EVP_PKEY_new() and then
> RSA_generate_key_ex()
> and then wrtting the obtained key to file using function
> PEM_write_PrivateKey().
> As the writing of key to file r
Hi,
I am creating an EVP_PKEY using functions EVP_PKEY_new() and then
RSA_generate_key_ex()
and then wrtting the obtained key to file using function
PEM_write_PrivateKey().
As the writing of key to file required a passpharse, which is passed as
argument to PEM_write_PrivateKey().
But I want to re