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 Shell script
|
||||||
|
|
||||||
- An ACME protocol client written purely in Shell (Unix shell) language.
|
- An ACME protocol client written purely in Shell (Unix shell)
|
||||||
- Full ACME protocol implementation.
|
language.
|
||||||
- Support ACME v1 and ACME v2
|
- Full ACME protocol implementation.
|
||||||
- Support ACME v2 wildcard certs
|
- Support ACME v1 and ACME v2
|
||||||
- Simple, powerful and very easy to use. You only need 3 minutes to
|
- Support ACME v2 wildcard certs
|
||||||
learn it.
|
- Simple, powerful and very easy to use. You only need 3 minutes to
|
||||||
- Bash, dash and sh compatible.
|
learn it.
|
||||||
- Simplest shell script for Let's Encrypt free certificate client.
|
- Bash, dash and sh compatible.
|
||||||
- Purely written in Shell with no dependencies on python or the
|
- Simplest shell script for Let's Encrypt free certificate client.
|
||||||
official Let's Encrypt client.
|
- Purely written in Shell with no dependencies on python or the
|
||||||
- Just one script to issue, renew and install your certificates
|
official Let's Encrypt client.
|
||||||
automatically.
|
- Just one script to issue, renew and install your certificates
|
||||||
- DOES NOT require root/sudoer access.
|
automatically.
|
||||||
- Docker friendly
|
- DOES NOT require root/sudoer access.
|
||||||
- IPv6 support
|
- Docker friendly
|
||||||
- Cron job notifications for renewal or error etc.
|
- IPv6 support
|
||||||
|
- Cron job notifications for renewal or error etc.
|
||||||
|
|
||||||
Optional dependencies:
|
Optional dependencies:
|
||||||
|
|
||||||
* socat - to standalone mode
|
* socat - to standalone mode
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for acme.sh
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# Latest version of this SlackBuild at https://github.com/conraid/SlackBuilds
|
||||||
|
|
||||||
PRGNAM=acme.sh
|
PRGNAM=acme.sh
|
||||||
VERSION=${VERSION:-2.8.5}
|
VERSION=${VERSION:-2.8.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="acme.sh"
|
PRGNAM="acme.sh"
|
||||||
VERSION="2.8.5"
|
VERSION="2.8.8"
|
||||||
HOMEPAGE="https://acme.sh/"
|
HOMEPAGE="https://acme.sh/"
|
||||||
DOWNLOAD="https://github.com/Neilpang/acme.sh/archive/2.8.5/acme.sh-2.8.5.tar.gz"
|
DOWNLOAD="https://github.com/Neilpang/acme.sh/archive/2.8.8/acme.sh-2.8.8.tar.gz"
|
||||||
MD5SUM="226b7155fe85316a7fbd1b54f9639fd2"
|
MD5SUM="92260273122eed14607db4f1306cd25a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue