Title: RE: [Openca-Users] Init Phase I Export config problem

this has been fixed in cvs and whenever rc2 is released.

Robert


-----Original Message-----
From:   Hatas, Zdenek [mailto:[EMAIL PROTECTED]]
Sent:   Thu 1/15/2004 3:31 AM
To:     [EMAIL PROTECTED]
Cc:    
Subject:        [Openca-Users] Init Phase I Export config problem
Hi,

I downloaded openca-0.9.2.RC1.

During CA initialisation Phase I I found a problem, I can't solve.
Every step till Export Configuration is fine.
When I click on Export Configuration, openca falls into endless loop.
Web interface says:
Exporting the configuration to a lower level of the hierarchy ...
(Please wait until operation completes)

------------------------------------------------------------------------
--------

Exporting the RBAC-configuration ... Ok.

Exporting valid CA_CERTIFICATE ...
b34ec0e90211269cd04a3b777d746aeb.pem
b34ec0e90211269cd04a3b777d746aeb.pem
b34ec0e90211269cd04a3b777d746aeb.pem
b34ec0e90211269cd04a3b777d746aeb.pem
b34ec0e90211269cd04a3b777d746aeb.pem
b34ec0e90211269cd04a3b777d746aeb.pem
b34ec0e90211269cd04a3b777d746aeb.pem
b34ec0e90211269cd04a3b777d746aeb.pem
b34ec0e90211269cd04a3b777d746aeb.pem
b34ec0e90211269cd04a3b777d746aeb.pem
....
and so on.


My env is:
OS: Redhat Linux 9
DB type: DB
Dataexchange is configured to store data in /tmp/openca.tar for both ca
and ra
I generated testkeys 1024 bit long RSA-MD5
During CA init there was only CA (make install-ca) installed on system
(no ext interface).

My configure is as following:

------------------------------------------
-bash-2.05b# cat /opt/zdh/openca/openca-0.9.2-RC1/conf

if [ -z $1 ];
then
  echo "Usage: ./conf <ca|ra>"
  echo "        ca for certificate authority"
  echo "        ra for ext server"
  exit 1
fi

make clean

PREFIX=/opt/openca-0.9.2-$1

./configure \
  --with-engine=no \
  --with-httpd-user=apache \
  --with-httpd-group=apache \
  --with-openca-user=openca \
  --with-openca-group=openca \
  --with-openca-prefix=${PREFIX}/openca \
  --with-htdocs-fs-prefix=/var/www/html \
  --with-cgi-fs-prefix=/var/www/cgi-bin \
  --with-web-host=test.webserver.xx \
  --with-ca-organization="TestOrg" \
  --with-ca-country=CZ \
  --with-ldap-port=389 \
  --with-ldap-root="cn=Manager,o=TestOrg,c=CZ" \
  --with-ldap-root-pwd="somestrongpassword" \
  --with-module-prefix=${PREFIX}/modules \
  --with-openssl-prefix=/opt/openssl \
  --enable-db \
  --disable-dbi \
  --disable-rbac \
  --disable-ocspd \
  --disable-openscep \
  --prefix=${PREFIX} \
  --with-service-mail-account="[EMAIL PROTECTED]" \
  --with-hierarchy-level=$1

make
if [ $1 = "ca" ];
then
  make install-$1
  make install-node
else
  make install-ext
fi
------------------------------------------
configured as ./conf ca

anyone has a hint?
Thanks,

Zdenek Hatas


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users


Reply via email to