Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eckersley <pde@eff.org>2015-11-11 22:24:41 +0300
committerPeter Eckersley <pde@eff.org>2015-11-11 22:24:41 +0300
commit28ef1eae8da20be5d2beecbf16e2517e9c56c19f (patch)
treef8c32d103887e6e54014ed71b30d83426d71ac7d /letsencrypt-auto
parentdf8cd3e7510692e67712910789e2332fb442425c (diff)
Highly experimental Amazon Linux bootstrapping
Diffstat (limited to 'letsencrypt-auto')
-rwxr-xr-xletsencrypt-auto2
1 files changed, 2 insertions, 0 deletions
diff --git a/letsencrypt-auto b/letsencrypt-auto
index b9f95ac14..efc29394b 100755
--- a/letsencrypt-auto
+++ b/letsencrypt-auto
@@ -121,6 +121,8 @@ then
ExperimentalBootstrap "FreeBSD" freebsd.sh "$SUDO"
elif uname | grep -iq Darwin ; then
ExperimentalBootstrap "Mac OS X" mac.sh
+ elif grep -iq "Amazon Linux" /etc/issue ; then
+ ExperimentalBootstrap "Amazon Linux" amazon_linux.sh
else
echo "Sorry, I don't know how to bootstrap Let's Encrypt on your operating system!"
echo