summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson2020-10-12 09:21:11 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:37:30 +0200
commit0b430f04a03da6fc436f390df88d534405237f78 (patch)
treeece48cd9de605015ac2e645005098685ec0b7c1c /network
parentdc9859d3e8ae7ae502b8c8b3e433df4b83629f63 (diff)
downloadslackbuilds-0b430f04a03da6fc436f390df88d534405237f78.tar.gz
network/acme.sh: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/acme.sh/README29
-rw-r--r--network/acme.sh/acme.sh.SlackBuild2
2 files changed, 17 insertions, 14 deletions
diff --git a/network/acme.sh/README b/network/acme.sh/README
index 2becfe5aca..c251271d74 100644
--- a/network/acme.sh/README
+++ b/network/acme.sh/README
@@ -1,18 +1,21 @@
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:
diff --git a/network/acme.sh/acme.sh.SlackBuild b/network/acme.sh/acme.sh.SlackBuild
index f1741842e7..6fa631cebc 100644
--- a/network/acme.sh/acme.sh.SlackBuild
+++ b/network/acme.sh/acme.sh.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Slackware build script for acme.sh
#