Re: How to create CSR with SN attribute

2013-05-20 Thread Per Edlund
Thanks On 20 maj 2013, at 18:13, "Salz, Rich" wrote: >> Is there a way with openssl to create a key/csr with SN attribute? > >> As I can see, only CN, O, OU etc are available. If not with openssl, does >> anyone know another tool to create this with? > > You can do it. The 'trick' is that

Re: How to create CSR with SN attribute

2013-05-20 Thread Viktor Dukhovni
On Mon, May 20, 2013 at 05:58:43PM +0200, Per Edlund wrote: > Is there a way with openssl to create a key/csr with SN attribute? [dn_req] surname = Smith Likewise with the "-subj" option use: -subj "/surname=Smith". or -subj "/SN=Smith". > As I can see, only CN, O, OU e

RE: How to create CSR with SN attribute

2013-05-20 Thread Salz, Rich
> Is there a way with openssl to create a key/csr with SN attribute? > As I can see, only CN, O, OU etc are available. If not with openssl, does > anyone know another tool to create this with? You can do it. The 'trick' is that you have to have a default value, so put "SN=unknown" in the globa