Hi, I have a problem in Phase 2 of configuration
 
When I want to create a CA Operator Request, I recieve this failed output
 

    Error 7211021

      General Error. Cannot create request!
      (OpenCA::REQ->new: Cannot create new request. Backend fails with errorcode 0 ).
       
       
Apache Log
 
 
 
What openca display
 
OpenSSL 0.9.83.2.1
Tools 0.4.3
DB 2.0.5
Configuration 1.5.3
TRIStateCGI 1.5.5
REQ 0.9.47.2.2
X509 0.9.38.2.1
CRL 0.9.15
PKCS7
0.9.12.2.3
 
 
 
 
I'm running a debian woddy 3.0, i download openca-0.9.1.7
 
my configure prefix
 
VER=0.9.2-1
PREFIX=/usr/local/openca.${VER}
 
./configure \
  --prefix=${PREFIX} \
  --with-httpd-user=nobody \
  --with-httpd-group=nobody \
  --with-openca-prefix=${PREFIX}/openca \
  --with-etc-prefix=${PREFIX}/openca/etc \
  --with-httpd-fs-prefix=${PREFIX}/httpd \
  --with-module-prefix=${PREFIX}/modules \
  --with-openssl-prefix=/usr/local/ssl \
  --with-engine=no \
  --with-web-host=pki.prueba.gov.ar \
  --with-ca-organization="PruebaCA" \
  --with-ca-country="Argentina" \
  --with-ca-locality="Distrito Federal" \
  --with-ldap-port=389 \
  --with-ldap-root="cn=AdminCA,o=PruebaCA,c=Argentina" \
  --with-ldap-root-pwd="openca" \
  --enable-ocspd=yes \
  --disable-db \
  --disable-dbi \
  --disable-rbac \
  --with-hierarchy-level=ca \
  --with-service-mail-account="[EMAIL PROTECTED]"

Thank any help!
 
 

 

Reply via email to