Frank Garber schrieb:
Hi Jorge,

I got considerably farther and generated the server key, but am now having a problem with the client key. I'm getting this error:
failed to update database
TXT_DB error number 2

Any thoughts?

This error is defined as DB_ERROR_INDEX_CLASH in txt_db.h. You are probably trying to generate another certificate for the same CN while openssl is configured to insist on unique CNs.

Try setting "unique_subject = no" in the CA-section of your openssl.conf. Or revoke the previous certificates for the same CN before generating a new one.

Hope it helps
Ted
;)

--
PGP Public Key Information
Download complete Key from http://www.convey.de/ted/tedkey_convey.asc
Key fingerprint = 31B0 E029 BCF9 6605 DAC1  B2E1 0CC8 70F4 7AFB 8D26

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to