Local CA is an open source self-hosted certificate authority that allows you to run your own PKI infrastructure internally or in your homelab/home network. Say goodbye to those pesky HTTPS INSECURE ...
Note: you need an TLS key (api.key) and certificate (api.pem). trunk serve --proxy-backend=https://${SERVER}:8006/api2/ --proxy-insecure --tls-key-path api.key --tls ...