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>
This commit is contained in:
Corrado Franco 2021-03-06 01:32:36 +00:00 committed by Willy Sudiarto Raharjo
parent 2f42f7dc2e
commit 44a0d9d5d9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 23 additions and 21 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
#
# Slackware build script for acme.sh
#
# Copyright 2019-2020 Corrado Franco (https://corradofranco.it)
# Copyright 2019-2021 Corrado Franco (https://corradofranco.it)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
@ -26,7 +26,7 @@
# Latest version of this SlackBuild at https://github.com/conraid/SlackBuilds
PRGNAM=acme.sh
VERSION=${VERSION:-2.8.5}
VERSION=${VERSION:-2.8.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="acme.sh"
VERSION="2.8.5"
VERSION="2.8.8"
HOMEPAGE="https://acme.sh/"
DOWNLOAD="https://github.com/Neilpang/acme.sh/archive/2.8.5/acme.sh-2.8.5.tar.gz"
MD5SUM="226b7155fe85316a7fbd1b54f9639fd2"
DOWNLOAD="https://github.com/Neilpang/acme.sh/archive/2.8.8/acme.sh-2.8.8.tar.gz"
MD5SUM="92260273122eed14607db4f1306cd25a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""