aboutsummaryrefslogtreecommitdiffstats
path: root/community/certbot/letsencrypt-wrapper
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-05-16 09:08:02 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-05-16 09:08:07 +0000
commit2e1f183226ec8b85a8dbcaa2a8136844faa2346c (patch)
tree3f4a278f629ac604a20e78d32c4752207c3f7aa6 /community/certbot/letsencrypt-wrapper
parent29aefa0456449c70e33ab8d6af5b9b478284f626 (diff)
downloadaports-2e1f183226ec8b85a8dbcaa2a8136844faa2346c.tar.bz2
aports-2e1f183226ec8b85a8dbcaa2a8136844faa2346c.tar.xz
community/certbot: renamed from letencrypt, added wrapper for letsencrypt binary, upgrade to 0.6.0
Diffstat (limited to 'community/certbot/letsencrypt-wrapper')
-rw-r--r--community/certbot/letsencrypt-wrapper6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/certbot/letsencrypt-wrapper b/community/certbot/letsencrypt-wrapper
new file mode 100644
index 0000000000..ef70a969b6
--- /dev/null
+++ b/community/certbot/letsencrypt-wrapper
@@ -0,0 +1,6 @@
+#!/bin/sh
+echo >&2
+echo "Warning: letsencrypt has been renamed in certbot." >&2
+echo "From the next version, this wrapper will be removed." >&2
+echo >&2
+/usr/bin/certbot $@