Simplify the maintenance of your websites
R2DTools makes it possible to issue and deploy Let`s Encrypt certificate for a website in a few clicks via CLI.
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.
- Nginx
- 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:
chmod +x /tmp/installer
- Install the agent:
/tmp/installer install
- The agent will be installed in the /opt/r2dtools directory
- Secure domain with Let`s Encrypt certificate
Use help command for more information
./r2dtools issue-cert --email example@gamil.com --domain example.com --alias www.example.com
./r2dtools --help