This commit is contained in:
2025-07-05 17:47:35 -05:00
parent b7f6f393e7
commit db8ff9107f
2 changed files with 6 additions and 4 deletions

View File

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