This commit is contained in:
2025-07-05 16:57:54 -05:00
parent ddac9258b6
commit 6aba8485d8
3 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,10 @@
#!/usr/bin/env bash
local COPYCERT="hostgname.domain.com" ## Comma seperated for multiple sites
local CERTFOLDER="/local/cert/path" ## Comma seperated, in same order as above
## Comma seperated for multiple sites
local COPYCERT="hostgname.domain.com"
## Comma seperated, in same order as above
local CERTFOLDER="/local/cert/path"
## Commnands to run if cert is replaced
COPYCERTS_POST_COMMANDS(){