#!/bin/bash # ignore these hosts ignore_hosts=('localhost') # where should the certificates be published? remote_host='user@example.com' remote_dir='httpdocs/certs'