Hostname & TLS
Last updated: 20 September 2026
Goal: Serve Sandman on your production hostname with a trusted certificate.
After the wizard, sign in at https://<public-ip>/ (your browser may warn about the temporary certificate). As a Sandman admin, open Settings:
- Custom Domain — Enter the hostname where your team will reach Sandman. Create a DNS A record pointing to the server IP.
- TLS Certificate — Choose Let’s Encrypt (HTTP-01 or DNS-01), upload a PEM certificate, or remain on IP-only/self-signed for testing.
- Entra redirect URI — Update the app registration to
https://<hostname>/auth/callback.
Configure Teams notifications later under Settings → Notification when ready.
Verify: https://<hostname>/ loads without certificate warnings (or with your uploaded cert), and Microsoft sign-in completes.