Skip to content

r2dtools/agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R2DTools agent

Simplify the maintenance of your websites and servers

Secure your website with SSL/TLS certificate

R2DTools makes it possible to issue and deploy Let`s Encrypt certificate for a website in a few clicks via a user-friendly interface.

If you have an already issued certificate ( with .pem extension ) you can just upload it and R2DTools will secure your website with the uploaded certificate.

Supported web servers

  • Nginx

How to install

  • Connect to the server via ssh
  • Download the latest version of the agent installer:

wget https://github.com/r2dtools/installer/releases/latest/download/installer

* Make the installer executable:
```bash
chmod +x /tmp/installer
  • Install the agent:
    /tmp/installer install
  • The agent will be installed in the /opt/r2dtools directory
  • Add generated token to the agent configuration file /opt/r2dtools/config/params.yaml: Token: token
  • Restart the agent:
    systemctl restart r2dtools.service