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

18 lines
286 B
Bash
Executable File

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