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:
parent
2f42f7dc2e
commit
44a0d9d5d9
|
@ -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
|
||||
- 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
|
||||
- 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
|
||||
- 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.
|
||||
- DOES NOT require root/sudoer access.
|
||||
- Docker friendly
|
||||
- IPv6 support
|
||||
- Cron job notifications for renewal or error etc.
|
||||
|
||||
Optional dependencies:
|
||||
|
||||
* socat - to standalone mode
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue