Skip to content
Snippets Groups Projects
Commit b4924c36 authored by Bob Mottram's avatar Bob Mottram
Browse files

Add ssl group

parent 5fe06e92
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment