ovs-pki: Allow generating certificates with duplicate subjects.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Jun 2010 21:58:05 +0000 (14:58 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Jun 2010 23:40:26 +0000 (16:40 -0700)
commitc6c9e1e36fdd9fe05e3d08a5e8fcceca13efd58a
tree9e4e015b5755f9ac37efaefa54b2b4644d007d00
parent4e312e694f1e9e34ed0aad7d5778b73d7add270d
ovs-pki: Allow generating certificates with duplicate subjects.

Without this setting, the certificate authorities that ovs-pki creates will
not allow two switches or two controllers to have the same name.  This
causes problem in testing, since it's often convenient to test with short,
common names like "tmp".

(If you need to fix a PKI that you already created, in addition to
modifying ca.cnf you will need to make the same change to index.txt.attr.)

CC: Pierre Ettori <pettori@nicira.com>
utilities/ovs-pki.in