You should probably change the instructions in the INSTALL file to include
the make ca and make ext steps under quick install:

<from INSTALL>
2. Quick Install
================

Before starting, you need to install at least the OpenSSL package
you can find at <http://www.openssl.org>. Tipically you will install
the OpenSSL package in /usr/local/ssl (by choosing the default dir
you'll get most of the software configuration already done).

If you want to install a usable CA, you also need a web server on the
CA machine to access CA advanced services; another web server (ssl
with client authentication on suggested) is needed on the external
server machine carrying the RA and public servers to let the RAs access
certificates related and directory services.

You can install all you need for the CA and the external server by using
the install-ca and install-ext make targets:

        $ tar xvfz OpenCA-$(VER).tar.gz -C $(DEST_DIR)
        $ cd $(DEST_DIR)/OpenCA
        $ ./configure
+      $ make ca
        $ make install-ca

or

        $ tar xvfz OpenCA-$(VER).tar.gz -C $(DEST_DIR)
        $ cd $(DEST_DIR)/OpenCA
        $ ./configure
+      $ make ext
        $ make install-ext



_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to