I solved this a little while ago. 'openssl ca' defaults to unique DNs,
but can be made work ilke you want with the configuration
option 'unique_subject' See the docs at
http://www.openssl.org/docs/apps/ca.html#CONFIGURATION_FILE_OPTIONS as
well as usage examples in.
Note that when after the
Hi,
I modified a patch which I received from Christophe Bailleux
<[EMAIL PROTECTED]>. The original patch simply deactivate all parts of
OpenSSL which checks for a unique DN.
The attached patch adds an option -nouniqueDN to ca.c. The attached
patch was made from 0.9.7 but it should be applied