Hey @supriya
You can use cloudflare with a domain name 🔐 How I Secured My n8n Instance with Cloudflare Zero Trust (No Open Ports, No Public IP) further edits to come
Or some people use ngrok for temporary URL etc.
The main part for n8n is
- N8N_HOST=${SUBDOMAIN}.${DOMAIN_NAME}
- WEBHOOK_URL=https://${SUBDOMAIN}.${DOMAIN_NAME}/
- N8N_PROTOCOL=https
Hope this helps,
Samuel