#!/usr/bin/env bash ## Comma-seperated for multiple sites local COPYCERT="hostname.domain.com" ## Comma-seperated, in same order as above local CERTFOLDER="/local/cert/path" COPYCERTS_POST_COMMANDS(){ ## ## Commands to run if cert is replaced ## SERVICE_MGMT nginx reload }