Rublon Authentication Proxy

How to install:
1. Create service file while in /rublonauthproxy directory:
     make
2. Move the created service file to /lib/systemd/system:
     mv rublon.service /lib/systemd/system
3. Reload daemon services:
     systemctl daemon-reload
4. Create a config.yaml file in config directory based on the template file placed in config/examples directory.
5. Run the service:
     systemctl start rublon.service
   or
     service rublon start
6. In case of errors, check the logs in the logs directory.

Note:
    File config.template.yaml is a great starting point. For all configuration options see https://rublon.com/doc/rap


For more details visit https://rublon.com/doc/rap
