diff --git a/conf/copycerts.sh.example.inc b/conf/copycerts.sh.example.inc new file mode 100755 index 00000000..e31ed53d --- /dev/null +++ b/conf/copycerts.sh.example.inc @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +local COPYCERT="hostgname.domain.com" ## Comma seperated for multiple sites +local CERTFOLDER="/local/cert/path" ## Comma seperated, in same order as above + +## Commnands to run if cert is replaced +COPYCERTS_POST_COMMANDS(){ + SERVICE_MGMT nginx reload +} +