I attempted HTTPS on my local n8n by setting environment variables. My settings are:
export SECURE_FLAG='enabled'
export SECURE_KEY_PATH='/alternate/path/to/private.pem'
export SECURE_CERT_PATH='/alternate/path/to/certificate.crt'
However, the service still runs on HTTP. How can I enforce HTTPS?