Files
NodeMgmt/conf/copycerts.sh.example.inc

11 lines
275 B
Bash
Executable File

#!/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
}