Modifying the request subject DN while signing it

2007-04-23 Thread Arsen Hayrapetyan
Hello, The user created a PKCS#10 request using 'openssl req -subj...' and specified some subject distinguished name (DN), say '/C=AM/O=Org/OU=Dep/DN=ABC'. When the certification authority signs this request (for example, with command 'openssl ca...'), can it modify the DN, say, set it to

Re: Modifying the request subject DN while signing it

2007-04-23 Thread Victor Duchovni
On Mon, Apr 23, 2007 at 07:03:19PM +0500, Arsen Hayrapetyan wrote: The user created a PKCS#10 request using 'openssl req -subj...' and specified some subject distinguished name (DN), say '/C=AM/O=Org/OU=Dep/DN=ABC'. When the certification authority signs this request (for example, with