diff options
author | Corrado Franco <conraid (at) linux (dot) it> | 2019-05-10 23:46:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-10 23:46:20 +0700 |
commit | a5059a0c2d8e84db56ad432ae7cc326d44f0bdaf (patch) | |
tree | f5831c0a35c8966d450e3fce12d4f68896bc3322 /network/acme.sh/README | |
parent | c2585636fb57ec170aa06ec641ed29f5358f370d (diff) | |
download | slackbuilds-a5059a0c2d8e84db56ad432ae7cc326d44f0bdaf.tar.gz |
network/acme.sh: Added (ACME client protocol).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/acme.sh/README')
-rw-r--r-- | network/acme.sh/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/network/acme.sh/README b/network/acme.sh/README new file mode 100644 index 0000000000..374de32be7 --- /dev/null +++ b/network/acme.sh/README @@ -0,0 +1,15 @@ +An ACME Shell script + + - An ACME protocol client written purely in Shell (Unix shell) language. + - Full ACME protocol implementation. + - Support ACME v1 and ACME v2 + - Support ACME v2 wildcard certs + - Simple, powerful and very easy to use. You only need 3 minutes to learn it. + - Bash, dash and sh compatible. + - Simplest shell script for Let's Encrypt free certificate client. + - Purely written in Shell with no dependencies on python or the official Let's Encrypt client. + - Just one script to issue, renew and install your certificates automatically. + - DOES NOT require root/sudoer access. + - Docker friendly + - IPv6 support + - Cron job notifications for renewal or error etc. |