update
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
## Comma seperated for multiple sites
|
||||
## Comma-seperated for multiple sites
|
||||
local COPYCERT="hostgname.domain.com"
|
||||
|
||||
## Comma seperated, in same order as above
|
||||
## Comma-seperated, in same order as above
|
||||
local CERTFOLDER="/local/cert/path"
|
||||
|
||||
## Commnands to run if cert is replaced
|
||||
## Commands to run if cert is replaced
|
||||
COPYCERTS_POST_COMMANDS(){
|
||||
SERVICE_MGMT nginx reload
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user