Jose Manuel Estevez wrote:
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.
Yes, commited too.
Michael
--
___
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
-
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.
Hello Michael,
--- Michael Bell <[EMAIL PROTECTED]>
escribió:
> Ives Steglich wrote:
>
> >>> That's correct. The data must have the exact
> same
> >>> order.
>
> Uups, I was on the wrong way. If you send some data
> plus a signature to
> OpenCA's approve command then we store the data in
> yo
Hi Jose,
Jose Manuel Estevez wrote:
lib/cmds/basic_csr:
sub cmdBasic_csr {
...
# begin patch
# my $twig = loadConfigXML (getRequired
("DN_TYPE_".$type."_ELEMENT_".$i."_XML_FILE"));
my $twig = loadConfigXML ("DN_TYPE_".$type."_ELEMENT_".$i."_XML_FILE");
# end patch
...
# begin patch
#my $twig =
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
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
Ives Steglich wrote:
That's correct. The data must have the exact same
order.
Uups, I was on the wrong way. If you send some data plus a signature to
OpenCA's approve command then we store the data in your order in the
database. We never reorder the stuff to avoid problems with the
ordering. If
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
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
10 matches
Mail list logo