Ron Gedye schrieb:
> 
> First, when trying to issue the inital operator certificate, I got a 404 when
> clicking on 'issue certificate'.  Viewing the apache error_log showed me that
> it was looking for DocRoot/ca/ca/pwd.html.  The page source shows that the
> getPasswd function:
>         var msgWindow = window.open("/ca/pwd.html", "Password", par);
> need to be changed to:
>         var msgWindow = window.open("/pwd.html", "Password", par);

Your apache is misconfigured. The DocumentRoot of your apache is
something like xyz/ca. This is wrong. The DocumentRoot of your apache
should be only xyz. If you want to use xyz/ca/ as the documentRoot then
you must use the appropriate configure-option of OpenCA.

> Once the CA password was sucessfully entered I encountered the error of:
> 'General Error Trapped 6703: You must specify at minimum a mail account for
> the CA (SERVICE_MAIL_ACCOUNT)! at
> /usr/local/OpenCA/lib/functions/misc-utils.lib line 38.
> Compilation failed in require at DocRoot/cgi-ca/ca/ca line 193.'

1. You must specify this account during configure or must add it by hand
in openca_dir/etc/servers/ca.conf.

2. Which option do you use for configure? DocRoot/cgi-ca/ca/ca looks
really crude? Normally it is DocRoot/cgi-bin/ca/ca. All servers can be
hosted on apache (I think you use a 0.9-snap).
 
Michael
-- 
-------------------------------------------------------------------
Michael Bell                   Email (private): [EMAIL PROTECTED]
Rechenzentrum - Datacenter     Email:  [EMAIL PROTECTED]
Humboldt-University of Berlin  Tel.: +49 (0)30-2093 2482
Unter den Linden 6             Fax:  +49 (0)30-2093 2959
10099 Berlin
Germany                                       http://www.openca.org


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to