default path updates

This commit is contained in:
John Lancaster
2026-01-03 00:50:17 -06:00
parent 5b55b02a76
commit 86339f5115

View File

@@ -22,9 +22,9 @@ print_status() {
EXIT_CODE=0 EXIT_CODE=0
CERTS_DIR="$(readlink -f ~/.step/certs)" CERTS_DIR="/var/lib/tls"
SERVER_CERT="$CERTS_DIR/restic.crt" SERVER_CERT="$CERTS_DIR/cert.pem"
SERVER_KEY="$CERTS_DIR/restic.key" SERVER_KEY="$CERTS_DIR/key.pem"
TIMER_NAME="cert-renewer.timer" TIMER_NAME="cert-renewer.timer"
# 1. Check Certificates Existence # 1. Check Certificates Existence