Skip to content
DE EN

Install a Custom HTTPS Certificate

From Edge 2.22, the web interface is served by default over HTTPS. The device uses a self-signed certificate, so browsers show a security warning on first access. The connection is encrypted either way — the warning only means the browser cannot verify the device’s identity. For the background, see Security Certificates.

To remove the warning permanently, install a certificate issued by a Certificate Authority (CA) that your computers already trust — normally your organization’s own CA. Obtaining that certificate and managing CA trust is a task for your IT department, or one to carry out together with them. This guide shows how to install the certificate on the device once you have it.

Ask your IT department for a certificate issued for the device’s IP address or hostname, in one of these formats:

FormatWhat to upload
PFX / PKCS#12the .pfx file (plus its password, if it is protected)
PEM bundlea single .pem file containing the certificate and its private key
PEM, separate filesthe certificate file and the private key file

IT issues this from your organization’s PKI — for example Active Directory Certificate Services (AD CS) or another internal CA.

  1. Open the Edge web interface and log in.

  2. Go to SettingsNetwork Adapter and open the Security tab.

    The tab has two sections. Aktuelles Zertifikat shows the currently active certificate — its Subject, Source (Quelle), validity dates, and Subject Alternative Names — and a Zurücksetzen button to revert to the built-in self-signed certificate. Below it, Eigenes Zertifikat is where you upload your own certificate. The Wie? and Warum? links next to the heading open help pages on obtaining a certificate and the reasons for using one.

    Security tab: current certificate info and custom certificate upload form
  3. Under Eigenes Zertifikat, choose the format you have, select the file(s), and enter the password if your PFX is protected.

  4. Click Speichern. The certificate is applied immediately — no restart required.

  1. Start the Setup Wizard for the Edge device.

  2. When you reach the Network Adapter step, open its Security tab and upload the certificate the same way as above.

    Certificate upload in the Setup Wizard's Network Adapter step
  3. Continue and complete the wizard.

For the browser to accept the certificate without a warning, each client computer must trust the CA that issued it. In a managed (Active Directory) environment, your IT department usually distributes the CA automatically via group policy, so users need to do nothing. Otherwise, an administrator imports the CA once on each machine — if your IT team needs the exact steps, contact us.

Close all browser windows (browsers cache certificate decisions for the whole session — closing the tab is not enough), reopen the browser, and navigate to the device. A padlock should appear with no warning.

Secure connection padlock in browser

If the warning still appears, check:

  • The address you use matches the IP (or hostname) in the certificate.
  • Your computer trusts the CA that issued the certificate — in a managed environment, confirm with IT that the CA has been distributed.
  • All browser windows were fully closed and reopened.