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>2016-12-23 02:53:32 +0300
committerPeter Eckersley <pde@eff.org>2016-12-23 02:53:32 +0300
commitaaffe2f9ca6273cc444ca5999cbcdf9b175be016 (patch)
treecaa391d3bb38268acf6151f743899c0e06a97c5a /letsencrypt-auto-source/letsencrypt-auto
parent9aa93c05c1a4b88ab939660737db3d5e70d1b86d (diff)
Add openssl installation to some bootstrappers
- The others seem to either be platforms where openssl is part of the base system, or where I can't quickly confirm that it's safe to ask for installation of something called "openssl". - If we miss any platforms, the OCSP checking code in "certbot certificates" should fail gracefully.
Diffstat (limited to 'letsencrypt-auto-source/letsencrypt-auto')
-rwxr-xr-xletsencrypt-auto-source/letsencrypt-auto2
1 files changed, 2 insertions, 0 deletions
diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto
index d62a642ea..08975492f 100755
--- a/letsencrypt-auto-source/letsencrypt-auto
+++ b/letsencrypt-auto-source/letsencrypt-auto
@@ -289,6 +289,7 @@ BootstrapDebCommon() {
gcc \
$augeas_pkg \
libssl-dev \
+ openssl \
libffi-dev \
ca-certificates \
@@ -535,6 +536,7 @@ BootstrapMageiaCommon() {
git \
gcc \
python-augeas \
+ openssl \
libopenssl-devel \
libffi-devel \
rootcerts