From ddac9258b6b2e4b6d5ea712e14d7f08fd513f9b9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jul 2025 16:50:57 -0500 Subject: [PATCH] Create copycerts.sh.example.inc --- conf/copycerts.sh.example.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 conf/copycerts.sh.example.inc diff --git a/conf/copycerts.sh.example.inc b/conf/copycerts.sh.example.inc new file mode 100755 index 00000000..e31ed53d --- /dev/null +++ b/conf/copycerts.sh.example.inc @@ -0,0 +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 + +## Commnands to run if cert is replaced +COPYCERTS_POST_COMMANDS(){ + SERVICE_MGMT nginx reload +} +