next up previous
Next: Configuring the Key Server Up: Preparing the Key Server Previous: Installing the Key Server's

Installing the Key Server

To install the Key Server and read the installed on-line documentation, enter these commands at the Linux command line:

    tar zxvf keyserver-1.04.tar.gz
    cd keyserver-1.04
    perl Makefile.PL
    make 
    su
    make install
    <ctrl-D>
    man keyserver

The above commands install the Key Server within the ``bin'' directory of the user performing the installation. Note the requirement to use superuser privilege to perform the ``make install'' step.



Paul Barry 2003-05-30