Files
DropSign/.env.example
T
2026-06-28 02:34:50 +02:00

16 lines
438 B
Bash

# ── PEM files (recommended for Let's Encrypt / certbot) ──
CERT_FILE=fullchain6.pem
PRIVKEY_FILE=privkey.pem
# Leave empty if the private key has no passphrase
PRIVKEY_PASSWORD=
# ── Alternative: PKCS#12 ──
# PKCS12_FILE=certificate.p12
# PKCS12_PASSWORD=changeit
# ── Signature metadata ──
SIGNATURE_NAME=John Doe
SIGNATURE_REASON=Approved
SIGNATURE_LOCATION=Berlin, Germany
SIGNATURE_CONTACT=john@example.com