Versions Compared

Key

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

...

  1. Download the code from GitHub https://radsecproxy.github.comio/radsecproxy/radsecproxy.

  2. Unpack the code.
  3. Navigate into the unpacked directory (the base directory)
  4. type the usual UNIX compilation sequence (the configure switch about F-Ticks is only needed if you need that functionality):   
Code Block
./configure --enable-fticks
make
make check
make install

...

      6.  Create the directory /etc/radsecproxy/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.
             7. Fill the lines marked with _STUFF_ with the required information as explained below.
             8. Start radsecproxy and enjoy (for first-time use, starting it with the -f option is recommended, it will start radsecproxy in the foreground and show some verbose startup messages).