#!/bin/bash DOMAIN=$1 /usr/bin/certbot --redirect --apache --non-interactive --agree-tos -m chris@bobbl.io -d $DOMAIN -d www.$DOMAIN