[OpenCA-Devel] Re: UpdateSearchAttributes command

2005-02-15 Thread Jose Manuel Estevez
Hi, I forget to mention that also I had to add the following : sub cmdUpdateSearchAttributes { # begin patch our ($errval, $errno, $db); # end patch ... I think this is due to the strict pragma included in the last version. Regards, Jose -

[OpenCA-Devel] UpdateSearchAttributes command

2005-02-15 Thread Jose Manuel Estevez
Hi, (openca 0.9.2.1) When I run UpdateSearchAttibutes command on the CA node an error appears. In my test environment I have no CRRs, and the command crashes while processing them. I patched the command and it ends now without errors. File: cmds/updateSerachAttributes Revision: 1.2.

[OpenCA-Devel] Renew Self-signed CA Certificate

2005-02-15 Thread Jose Manuel Estevez
Hi, I posted this message on the users list, but I had no replies till now. If I have a Self-signed CA Certificate with a valid period of 365 days. I know the procedure to renew user certificates but: how can I renew the CA-Certificate before the expiration? If I replace it

[OpenCA-Devel] Rebuild OpenSSL index

2005-02-15 Thread Jose Manuel Estevez
Hi, (openca 0.9.2.1, 10-jan-2005) I tried to rebuild the SSL index on the CA NODE (cmd rebuildOpenSLLindexDB) An error appears (... array extend crypto-utils.lib) while processing the CA Certificate In the sub export_openssl_db (crypto-utils.lib), the certificate serial is ret

[OpenCA-Devel] CSR XML basic element inputs

2005-02-15 Thread Jose Manuel Estevez
Hi, I configure my CSRs to obtain some BASIC ELEMENTS from a xml file: (in ca.conf): ... DN_TYPE_BASIC_ELEMENT_2"(OU) Group" DN_TYPE_BASIC_ELEMENT_2_XML_FILE "/pki/ca/etc/custom_csr.xml" DN_TYPE_BASIC_ELEMENT_2_XML_PATH "basic_csr/basic/element_2/option" ... But it did n