summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>2018-10-14 13:48:52 +0300
committerMichał Górny <mgorny@gentoo.org>2018-10-20 17:07:27 +0200
commit8c80c15d06b64de071f84d9c8e6f608d603f0fb5 (patch)
tree8abb7fe60bc29d4693df76a6378ac5d35c2632f6 /app-crypt/acme-sh/files
parentmedia-radio/js8call: new package, from rich0 overlay (diff)
downloadgentoo-8c80c15d06b64de071f84d9c8e6f608d603f0fb5.tar.gz
gentoo-8c80c15d06b64de071f84d9c8e6f608d603f0fb5.tar.bz2
gentoo-8c80c15d06b64de071f84d9c8e6f608d603f0fb5.zip
app-crypt/acme-sh: new ebuild
A pure Unix shell script implementing ACME client protocol Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Package-Manager: Portage-2.3.49, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10139 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/acme-sh/files')
-rw-r--r--app-crypt/acme-sh/files/99acme-sh2
-rw-r--r--app-crypt/acme-sh/files/acme.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/app-crypt/acme-sh/files/99acme-sh b/app-crypt/acme-sh/files/99acme-sh
new file mode 100644
index 000000000000..a502b49016ab
--- /dev/null
+++ b/app-crypt/acme-sh/files/99acme-sh
@@ -0,0 +1,2 @@
+LE_WORKING_DIR="/etc/acme-sh/"
+LE_CONFIG_HOME="/etc/acme-sh/"
diff --git a/app-crypt/acme-sh/files/acme.sh b/app-crypt/acme-sh/files/acme.sh
new file mode 100644
index 000000000000..f20d53850bc1
--- /dev/null
+++ b/app-crypt/acme-sh/files/acme.sh
@@ -0,0 +1 @@
+alias acme.sh="/usr/bin/acme.sh --config-home '/etc/acme-sh/'"