Let's Encrypt cert distribute helper (via acme.sh)
Find a file
2025-03-16 20:01:49 +00:00
.gitignore fix: setup soft link to acme.sh 2024-03-29 22:35:37 +00:00
le-install feat: use sudo when not run as root 2025-03-16 20:01:49 +00:00
le-register fix: fix support for multi-host deploy 2024-03-29 23:44:26 +00:00
LICENSE init: v1 2024-03-29 22:26:19 +00:00
README.MD fix: setup soft link to acme.sh 2024-03-29 22:35:37 +00:00

LE-Install

A set of helper scripts to distribute certs securely, to nginx hosts.

Install

git clone https://github.com/jixunmoe/le-install /opt/le-install

# When acme.sh is installed as root to default location '/root/.acme.sh/':
ln -sf /root/.acme.sh/acme.sh /opt/le-install/acme.sh

Usage

Auto distribute certs via SSH:

/opt/le-install/le-register '*.example.com' 'user@host1.example.com' 'user@host2.example.com'