On 11/02/09 15:50, Fu-Jyh Luo wrote:
...
> 05) configure config.xml base my information
> 06) configure_etc.sh generate configuration files
> 07) start httpd
> 08) start openca
> 09) access httpd://pki.mycompany.com/pki/ca

Before step 7, I found it necessary to create a file
/etc/httpd/conf.d/openca.conf containing:

ScriptAlias /cgi-bin/pki /opt/openca/var/www/cgi-bin/pki
<Directory "/opt/openca/var/www/cgi-bin/pki">
Options ExecCGI
Order allow,deny
Allow from all
SSLOptions +StdEnvVars +ExportCertData
</Directory>

Alias /pki /opt/openca/var/www/html/pki
<Directory "/opt/openca/var/www/html/pki">
Options Indexes
Order allow,deny
Allow from all
SSLOptions +StdEnvVars +ExportCertData
</Directory>

Is there some way to have this set up automatically or is it normally a
manual step?

Kind regards,

David

-- 
Dr David O'Callaghan
 Research Fellow - Grid-Ireland - e-INIS - Computer Architecture & Grid
Department of Computer Science,               Telephone: +353 1 896 1720
Trinity College, Dublin 2, Ireland     Email: david.ocallag...@cs.tcd.ie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to