Files
NodeMgmt/conf/copycerts.sh.example.inc
2025-07-05 17:47:35 -05:00

16 lines
282 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
}