> John Sullivan schrieb: > > We frequently allow multiple certs for the same user with the > same DN, e.g., we may allow them to use an old cert while we are > processing their renewal request. I noticed that OpenCA did not allow > me to issue a cert with a DN equal to one already issued. How do I > get around this problem? Thanks - John
That's an OpenSSL-problem. There can never be two certificates with the same DN. We prevent you from this problem by putting the serial in front of the DN. Why do you need exactly the same DNs? It is strongly recommended in the RFCs to never issue two certificates with the same DN. Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany http://www.openca.org _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
