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:
@@ -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
|
||||
|
||||
@@ -99,6 +99,7 @@ BootstrapDebCommon() {
|
||||
gcc \
|
||||
$augeas_pkg \
|
||||
libssl-dev \
|
||||
openssl \
|
||||
libffi-dev \
|
||||
ca-certificates \
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ BootstrapMageiaCommon() {
|
||||
git \
|
||||
gcc \
|
||||
python-augeas \
|
||||
openssl \
|
||||
libopenssl-devel \
|
||||
libffi-devel \
|
||||
rootcerts
|
||||
|
||||
Reference in New Issue
Block a user