mirror of
https://github.com/certbot/certbot.git
synced 2026-03-10 02:02:29 -04: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:
parent
9aa93c05c1
commit
aaffe2f9ca
3 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue