Hi Somanchi,

first of all, you do not need to execute the configure_etc.sh (which is in
/opt/openca/etc/openca) because that is executed automatically when you
start the openca server.

Actually, you should be able to see the directory /opt/openca/var/www/html
and /opt/openca/var/www/cgi-bin - those directories need to be included in
your apache configuration. I attach an example configuration that might
help you.

After that, you can access the different parts of your PKI by using the
urls like this:

        http://localhost/pki/ca    <---- for the CA

or

        http://localhost/pki/pub   <---- for the public interface

(in case you installed both online and offline in the same node). For the
https setup, you should check your apache documentation. It is not that
difficult and you should have an example config in your system already.

In the new release, the default directory for the httpd files is the
default apache dir on your system, typically:

        /var/www/html/pki and /var/www/cgi-bin/pki

this should simplify new openca users with the default installation :D

Hope this helps,

Cheers,
Max




On 02/24/2010 03:42 AM, Somanchi Trinath-B22327 wrote:
Hi All,
I have installed OpenCA tools and OpenCA base for FC12.
Created a PostgreSQL database. and also executed configure_etc.sh
in /var/www/html/ pki directroy is created.
I have started the Apache server. But when I locate my browser to
https://localhost I have seen no HTMl page for configuring the OpenCA.
Please guide me in configuring OpenCA.
#
#  httpd configuration settings for use with mailman.
#

Alias /pki /opt/openca/var/www/html/pki
ScriptAlias /cgi-bin/pki /opt/openca/var/www/cgi-bin/pki

# SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)/ )

<Directory /opt/openca/var/www/html/pki>
    AllowOverride All
    Options +Indexes +Includes
    DirectoryIndex index.html index.shtml index.php
    Order allow,deny
    Allow from all
</Directory>

<Directory /opt/openca/var/www/cgi-bin/pki>
    AllowOverride All
    Options +ExecCGI
    DirectoryIndex index.shtml index.php
    Order allow,deny
    Allow from all
</Directory>

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

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to