Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the code from http://software.uninett.no/radsecproxy/.
  2. Verify its authenticity (either by verifying the PGP signature as can be found right next to the download itself, or by comparing the SHA256 checksum with the reference list in http://software.uninett.no/radsecproxy/sha256.txt .

  3. Unpack the code.
  4. Navigate into the unpacked directory (the base directory) and type the usual UNIX compilation sequence:   
Code Block

./configure
make
make check
make install

      4.  After compiling and installing, the executable

Code Block

radsecproxy

       is in the installed directory. Execution of the installed binaries does not require root rights.

      5. Copy the template configuration file below into

Code Block

/etc/radsecproxy.conf

      6.  Create the directory /etc/radsecproxy.d/certs/ca/. The template configuration file requires this directory to contain the accredited CA root certificates and the corresponding Certificate Revocation Lists (CRLs) in their OpenSSL hash form. See this section for information about the CA download.

...