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@users.noreply.github.com>2015-11-15 06:57:44 +0300
committerPeter Eckersley <pde@users.noreply.github.com>2015-11-15 06:57:44 +0300
commitd27dd3cf4bb807c27ef86dcbfbb9f8522bdf3f67 (patch)
tree82e1c7f2c70a2fa59109772ffece5be4cedf7a78 /letsencrypt-auto
parent2447e61d3279625db207b4ad9dff02db8e49c28b (diff)
parentfa970916a288a7aad63dae6ec9ae0489c14fef8e (diff)
Merge pull request #1465 from letsencrypt/amazonlinux
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 4d541d5bc..b3e380f9d 100755
--- a/letsencrypt-auto
+++ b/letsencrypt-auto
@@ -134,6 +134,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