Add ssl group
This commit is contained in:
parent
5fe06e923f
commit
b4924c36f8
|
@ -223,6 +223,7 @@ function add_cert_letsencrypt {
|
|||
|
||||
if [ ! -f /usr/bin/certbot ]; then
|
||||
apt-get -yq install certbot
|
||||
groupadd ssl-cert
|
||||
if [ ! -f /usr/bin/certbot ]; then
|
||||
echo $'LetsEncrypt certbot failed to install'
|
||||
exit 762830
|
||||
|
|
Loading…
Reference in New Issue