fix(scripts): correct ORG default Shah*ODin → Shahondin1624

Typo in the issuer org for newly minted client certs. Existing certs are
unaffected (Caddy validates against the root CA's public key, not subject
text). Future certs issued via this script will carry the corrected
O=Shahondin1624.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
shahondin1624
2026-04-28 14:43:18 +02:00
parent 31300cc2a2
commit cdae16562a
+1 -1
View File
@@ -21,7 +21,7 @@ set -euo pipefail
CERT_DIR="${CERT_DIR:-/mnt/ssdpool/@docker/caddy/certs}"
DAYS="${DAYS:-3650}"
ORG="${ORG:-ShahODin}"
ORG="${ORG:-Shahondin1624}"
COUNTRY="${COUNTRY:-DE}"
FORCE=0
NAME=""