25K4 #7

Open
kornerr wants to merge 16 commits from cpvid into main
Showing only changes of commit ea1c20b80d - Show all commits

8
cert/vpsRenew Normal file → Executable file
View File

@@ -2,6 +2,14 @@
SDIR=$(cd "$(dirname "$0")" ; pwd -P)
T=$SDIR/../step
FILE=$1
VALUE=$2
if [ -z "$FILE" ] || [ -z "$VALUE" ]; then
echo "Usage: $0 ACME_FILE ACME_VALUE"
exit 1
fi
STEP=0
source $T/ensureRootUser
source $T/copyNginxACMEConfig