The simplest single shell for LetsEncrypt free cert
The simplest single shell for LetsEncrypt free cert
I wrote a single pure shell script for issuing/renewing LetsEncrypt free certificate.
https://github.com/Neilpang/le
Probably it's the smallest&easiest&smartest shell script to automatically issue&renew the free certificates from LetsEncrypt.
I wanted to make it a addon of vestacp, but I could not find any guide to write addon for vestacp.
Can anyone give me a link?
Thanks.
https://github.com/Neilpang/le
Probably it's the smallest&easiest&smartest shell script to automatically issue&renew the free certificates from LetsEncrypt.
I wanted to make it a addon of vestacp, but I could not find any guide to write addon for vestacp.
Can anyone give me a link?
Thanks.
Re: The simplest single shell for LetsEncrypt free cert
There is no need now.
LetsEncrypt support added.
CLI commands for now, GUI will be later.
ENG: viewtopic.php?t=11927
RUS: viewtopic.php?t=11905
LetsEncrypt support added.
CLI commands for now, GUI will be later.
Code: Select all
v-add-letsencrypt-domain USER DOMAIN [ALIASES] [RESTART]
v-add-letsencrypt-user USER [EMAIL]
v-check-letsencrypt-domain USER DOMAIN
v-list-letsencrypt-user USER [FORMAT]
v-sign-letsencrypt-csr USER DOMAIN CSR_DIR [FORMAT]
v-update-letsencrypt-ssl
RUS: viewtopic.php?t=11905