Chris Covell wrote: > > > Two of us at machines next to each other both generated certifciate > > > requests at the same time. The requests were processed and the request > > > serial numbers passed back. BUT both serial numbers were the same ! > > > > > > I looked at the RA and only one request was present. > > > > > > Has any one experienced this before ? I am using the default > data base. > > > > Does this mean that you use DBM-files? > > > > > Yes, I have not installed any other data base.
DBM Files are not really a database and do not support atomic actions like read-modify-write, which is needed to get unique serial numbers. DBM is really single-user single-task. If you want to multitask, use a real database, I can recommend Postgres. Regards Alex Rhomberg ------------------------------------------------------- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
