diff options
author | Corrado Franco <conraid (at) linux (dot) it> | 2021-03-06 01:32:36 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-06 11:11:56 +0700 |
commit | 44a0d9d5d9df5b94ff522a1c9262309fce8020a5 (patch) | |
tree | 9cb55028eb7adb8842d7e5004520471c92528e46 /network/acme.sh/README | |
parent | 2f42f7dc2e77334f48b051b231569c8d13c5d626 (diff) |
network/acme.sh: Updated for version 2.8.8.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/acme.sh/README')
-rw-r--r-- | network/acme.sh/README | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/network/acme.sh/README b/network/acme.sh/README index c251271d74d5..44518a476a15 100644 --- a/network/acme.sh/README +++ b/network/acme.sh/README @@ -1,22 +1,24 @@ 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. + - 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. Optional dependencies: * socat - to standalone mode + |