1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

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.
This commit is contained in:
Peter Eckersley
2016-12-22 15:53:32 -08:00
parent 9aa93c05c1
commit aaffe2f9ca
3 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -99,6 +99,7 @@ BootstrapDebCommon() {
gcc \
$augeas_pkg \
libssl-dev \
openssl \
libffi-dev \
ca-certificates \

View File

@@ -12,6 +12,7 @@ BootstrapMageiaCommon() {
git \
gcc \
python-augeas \
openssl \
libopenssl-devel \
libffi-devel \
rootcerts