I'm just getting started with the latest OpenCA.
I have configured and installed the ca and am walking through the steps for 
initialization.  Phase 1 Initialization went ok.

I'm now walking through Phase two and have discovered one small thing and 
then encountered an error.

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);

As a work-around I simply added an Alias of "/ca/" for "DocRoot/ca/"

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.'

Can you tell what could be causing this ? 
I configured the CA with a fairly-long email addr.  Is there a limit to the 
length?

Thanks - 



-------------------------------------------------------
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