feat: add HTTPS support with auto-generated self-signed certificates #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/add-https"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Server listens on port 443 (HTTPS) in production, port 8080 (HTTP) in dev - Auto-generate TLS certificates during deployment based on TLS_DOMAIN config - Certificates stored at /opt/kwila-office-automations/tls-{cert,key}.pem - Dev mode auto-generates localhost certificate on first run - Add export-cert justfile recipe for pulling cert to distribute to network admin - Update ARCHITECTURE.md with TLS strategy - Mark HTTPS task complete in MVP specfeat: add HTTPS support with auto-generated self-signed certificatesto WIP: feat: add HTTPS support with auto-generated self-signed certificatesWIP: feat: add HTTPS support with auto-generated self-signed certificatesto feat: add HTTPS support with auto-generated self-signed certificates