Re: Generate certificate for custom dn

2009-04-28 Thread Daniel Mentz
comer merryl wrote: Is it possible to create a certificate with a dn, "uid=user3,ou=People,dc=org,dc=com" Did you try the -subj command option of "openssl req"? Try using -subj "/uid=user3/ou=People/dc=org/dc=com" __ OpenSSL

Generate certificate for custom dn

2009-04-27 Thread comer merryl
Hi, Is it possible to create a certificate with a dn, "uid=user3,ou=People,dc=org,dc=com" When I run openssl to create a certificate, it doens't ask me for uid or dc. I can't generate a certificate with any other dn apart from the one specified above. Can someone help with this? Thanks a lot f