Hello,

        I received certificate from CA and it had no alias set:

openssl x509 -in QCA1530646.pem -alias -noout
<No Alias>

        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
myalias

        I then exported the certificate along with my private key
to .p12 via:

openssl pkcs12 -export -in QCA1530646_2.pem -inkey private_q.key -name
testname -out Q20131024.p12

        and verified via:

openssl pkcs12 -in Q20131024.p12 -nokeys | openssl x509 -alias -noout
Enter Import Password:
MAC verified OK
<No Alias>

        and there is no alias set!

        Is it a bug or am I missing something?

        Nyyr


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to