Install Let's Encrypt SSL on the free (or paid) plans of RunCloud.io


Keywords
apache, certbot, free, letsencrypt, nginx, runcloud, ssl
License
MIT
Install
pip install rcle==2021.4.23

Documentation

rcle - RunCloud Let's Encrypt SSL Automation

Install Let's Encrypt SSL on RunCloud.io servers

Changelog:

v1.1.2

  • Enable 0-RTT

v1.1.1

  • Minor fixes

v1.1.0

  • Other improvements

v1.0.0

  • Initial release
  • Drop support TLS 1.0 TLS 1.1 read more
  • Add support TLS 1.3 (TLS 1.2 TLS 1.3)

Requirement

pip install wheel

Installation

pip install rcle

Usage

usage: PROG [-h] [-i {all}] [-u {all}] [-r] [-a {disable,enable}]

optional arguments:

Command Usage
-h, --help Show this help message and exit
-i, --install Install SSL certificate on an app or on all available apps. Provide the target app name or type all to install SSL on all apps.
-u, --uninstall Uninstall SSL certificate from an app or from all available apps.
-r, --renew Renew all installed SSL certificates.
-a {disable,enable}, --autopilot {disable,enable} Enable or disable auto-pilot mode.

Examples

To install SSL on all available apps:

rcle -i all

And to install SSL on a specific app:

rcle -i appname

Autopilot mode automatically retrieves and installs SSL certificates on your new apps without needing you to sign in and run the install command.

To enable autopilot mode:

rcle -a enable

and to disable autopilot mode

rcle -a disable

To uninstall SSL certificate from all apps:

rcle -u all

And to uninstall SSL certificate from a specific app:

rcle -u appname

rcle made possible by the rehmatworks project.

Made with ❤️ in Magetan.