Hi all,

I'm having troubles with 1.0.2 OpenCA installation. I installed some 
0.9.2 reseales few years ago, but have no luck with this new release so 
far. :-(

My problem is I can not see any Initialisation link in the CA web interface.
Only "Home Page ⋅ Get CA Certificate ⋅ Request a Certificate ⋅ 
Certificate Revocation Lists ⋅ Certification Policies". No "General, 
Usual Operations" etc. Actually, the web page of CA does not seem as CA 
portal at all.

Maybe I missed something in the configuration process, but maybe I'm 
just doing something wrong. It seems to me like misconfigured, paths but 
it is just a feeling.

I use debian lenny and related packages. Openca Tools intalled.

make distclean && ./configure --prefix=/usr/local/openca 
--with-httpd-user=www-data --with-httpd-group=www-data 
--with-openca-prefix=/usr/local/openca/openca 
--with-etc-prefix=/usr/local/openca/openca/etc 
--with-module-prefix=/usr/local/openca/modules --with-web-host=xyz 
--enable-ocspd && make && make install-offline

Apache configuration (is there any section describing what to do to 
properly configure apache? This is only my improvisation using my old 
0.9.2 old config) follows:

<VirtualHost 172.31.200.8:443>
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/certificates/xyz.pem
SSLCACertificateFile /etc/apache2/ssl/certificates/ca.pem
ServerName xyx

Alias /ca /usr/local/openca/openca/var/www/html/pki/ca
Alias /node /usr/local/openca/openca/var/www/html/pki/node/
ScriptAlias /cgi-bin/pki/ca/ 
/usr/local/openca/openca/var/www/cgi-bin/pki/ca/
ScriptAlias /cgi-bin/pki/node/ 
/usr/local/openca/openca/var/www/cgi-bin/pki/node/

<Directory "/usr/local/openca/openca/var/www/cgi-bin/pki/">
AllowOverride None
Options ExecCGI
SSLOptions +StdEnvVars +ExportCertData
Order allow,deny
Allow from all
</Directory>
<Directory "/usr/local/openca/openca/var/www/html/pki/">
AllowOverride None
Options FollowSymLinks Indexes
SSLOptions +StdEnvVars +ExportCertData
Order allow,deny
Allow from all
</Directory>

</VirtualHost>

Thanks in advance,

-- 

 J.H.
 _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _
  `-' `-' `-' `-' `-' `-' `-' `-' `-' `-' `-' `-' `-' `-' `-' `-' `-' `-
I must not fear. Fear is the mind-killer. Fear is the little-death that brings
total obliteration. I will face my fear. I will permit it to pass over me and
through me. And when it has gone past I will turn the inner eye to see its path.
Where the fear has gone there will be nothing. Only I will remain. 


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to