Hi!,

I'm installing the last stable version of OpenCA (openca-0.9.1-1) with the help
of "The OpenCA Guide" (February 13, 2003) and I'm a bit confussed. When I
install the CA with 'make install-ca' it creates a ca and a ca_node subdir in my
httpd docs dir. What is the ca_node?, and, how can I configure it in
httpd.conf?. In the guide I don't find any reference... and I can't access to
the 'Server management' option in the CA web page
(http://ca.lccert.lcingenieria.com/ca_node/).

This is my config script :

#!/bin/sh

PREFIX=$1
VER=0.9.1

if [ -z "${PREFIX}" ]; then
        PREFIX=/usr/local/openca-${VER}
fi

./configure \
  --prefix=${PREFIX} \
  --with-language=es_ES \
  --with-httpd-user=apache \
  --with-httpd-group=apache \
  --with-openca-user=root \
  --with-openca-group=root \
  --with-etc-prefix=${PREFIX}/etc \
  --with-httpd-fs-prefix=${PREFIX}/httpd \
  --with-module-prefix=${PREFIX}/modules \
  --with-openssl-prefix=/usr/local/ssl \
  --with-web-host=ca.lccert.lcingenieria.com \
  --with-ca-organization="LCCertCA" \
  --with-ca-locality="Valencia" \
  --with-ca-country="ES" \
  --with-hierarchy-level=ca \
  [EMAIL PROTECTED] \
  --with-mailprogram="/usr/sbin/sendmail -t" \
  --disable-db \
  --enable-dbi \
  --enable-rbac \
  --with-db-type=mysql \
  --with-db-name=lccertca \
  --with-db-host=localhost \
  --with-db-port=3306 \
  --with-db-user=xxx \
  --with-db-passwd=xxx

#------------------------------------------------

Thanks in advanced

        Lucio

PD Is the same for the RA and RA_node? 


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to