Re: [openssl-users] pkcs12 how to have different key friendlyName?

2015-02-16 Thread Sean Leonard
On 2/13/2015 12:23 PM, Dr. Stephen Henson wrote: On Fri, Feb 13, 2015, Sean Leonard wrote: Using the openssl pkcs12 -export command, how can one specify a different friendlyName attribute for the private key? For example, consider the command: openssl pkcs12 -export -out pkcs12.p12 -name sean

[openssl-users] pkcs12 how to have different key friendlyName?

2015-02-13 Thread Sean Leonard
Using the openssl pkcs12 -export command, how can one specify a different friendlyName attribute for the private key? For example, consider the command: openssl pkcs12 -export -out pkcs12.p12 -name sean key 2015 -inkey key.txt -in user.crt -name sean user cert 2015 -certfile othercerts.txt

Re: [openssl-users] pkcs12 how to have different key friendlyName?

2015-02-13 Thread Dr. Stephen Henson
On Fri, Feb 13, 2015, Sean Leonard wrote: Using the openssl pkcs12 -export command, how can one specify a different friendlyName attribute for the private key? For example, consider the command: openssl pkcs12 -export -out pkcs12.p12 -name sean key 2015 -inkey key.txt -in user.crt -name

Re: [openssl-users] pkcs12 how to have different key friendlyName?

2015-02-13 Thread Sean Leonard
On 2/13/2015 12:23 PM, Dr. Stephen Henson wrote: On Fri, Feb 13, 2015, Sean Leonard wrote: Using the openssl pkcs12 -export command, how can one specify a different friendlyName attribute for the private key? For example, consider the command: openssl pkcs12 -export -out pkcs12.p12 -name sean