#!/bin/sh
sudo yum makecache fast
sudo yum install -y epel-release

# certbot
# nb! assume apache!
sudo yum install -y certbot mod_ssl python-certbot-apache
echo NB! run `sudo certbot --apache` answer questions and remember to set renewing!
