In my case, I was using the --enable-package-build in the configure, which made some things not installed...
But maybe you should use the make install-offline, which installs all the CA needs.
And you also have the /usr/local/OpenCA/openca/etc/openca-start script, but I don't know if its mandatory to run it before accessing.
Marek Guevara Braun wrote:
Hello,
I try to set up the OpenCA Root CA based on cvs version openca-0.9 from 2003-12-05 and tarball OpenCA-SNAP-20031028.tar.gz (I havent tried the latest stable openca-0.9.1-4.tar.gz nor OpenCA-SNAP-20031124.tar.gz yet)
Fro the documentation I assumed that for the offline CA all I need is the OpenCA source (+ OpenSSL, perl ...) and an working apache http server.
I builded the Open CA using (the cvs version) with the custom config script:
export PREFIX=/usr/local/openca-0.9.2+
./configure --prefix=${PREFIX} \ --with-web-host=host.internal.lan \ --with-httpd-user=http \ --with-httpd-group=http \ --with-httpd-fs-prefix=${PREFIX}/apache/ \ --with-cgi-fs-prefix=${PREFIX}/apache/cgi-bin \ --enable-ocspd \ --enable-db \ --with-hierarchy-level=ca \ --with-openssl-prefix=/usr \ --with-openca-user=root \ --with-openca-group=root
and then make ca and make install-ca (the last as root)
then runned ./configure_etc.sh in my target directory /usr/local/openca-0.9.2+/OpenCA/etc.
My apache config is simple: /ca and /cgi-bin directories are OpenCA ca html & cgi directories.
after going to http://host.internal.lan/ca I got error message:
OpenCA Error: Server is not online or does not accept requests (/usr/local/openca-0.9.2+/OpenCA/var/tmp/openca_socket - /usr/local/openca-0.9.2+/OpenCA/var/tmp/openca_socket). 0
.../cgi-bin/ca/ca loads $common_libs/initCGI which tries to connect to /usr/local/openca-0.9.2+/OpenCA/var/tmp/openca_socket but there is no such socket.
Do you know what component is responsible for greating/binding to the .../var/tmp/openca_socket ?
Regards, Marek
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users
--
[EMAIL PROTECTED] Dept. Informatica, Fac. Ciencias,
|\ | |\ | Tel: +351 21 7500528 Univ. Lisboa, Bloco C5, Campo Grande
| \|uno | \|eves Fax: +351 21 7500084 1700 Lisboa, Portugal
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
