mirror of
https://github.com/jixunmoe/le-install.git
synced 2026-04-24 22:25:48 +03:00
Let's Encrypt cert distribute helper (via acme.sh)
- Shell 100%
| .gitignore | ||
| le-install | ||
| le-register | ||
| LICENSE | ||
| README.MD | ||
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'