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:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user