Skip to main content
Configure this under Admin → Network & TLS as the appliance owner. The appliance ships with a self-signed certificate so the UI is reachable immediately; replace it before inviting users.

What a trusted padlock requires

A browser shows a green padlock (no warning) only when all three are true:
  1. The appliance is reached by a hostname (FQDN) — not a bare IP. Public CAs do not issue certificates for private IP addresses.
  2. The certificate’s SAN matches that hostname.
  3. The client trusts the issuer — a public CA (trusted everywhere), or an internal CA whose root your organisation has distributed to client trust stores.

Step 1 — Set the hostname/FQDN

Under Admin → Network & TLS → Hostname / FQDN, enter the DNS name that resolves to the appliance (for example enclave.company.com) and save. This becomes the canonical address used in generated links (invitations, resets), and the services restart briefly to apply it.
Create the DNS A record pointing at the appliance IP first, so the name resolves before you issue a certificate for it.

Step 2 — Install a certificate

You have two options, both under Admin → Network & TLS → Web TLS Certificate.

Verifying

After installing, reload https://<your-fqdn>. The current certificate panel shows the subject, issuer, SANs and expiry, with a CA-signed or self-signed badge. A CA-signed cert whose SANs include your FQDN should show the padlock with no warning.

Rotation & renewal

Repeat Option A with the new certificate before the old one expires — the appliance installs it and reloads the proxy with no further steps. Set a calendar reminder ahead of the expiry date shown in the certificate panel.