update
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user