-
Notifications
You must be signed in to change notification settings - Fork 0
Admin HTTPS And Certificates
Mark Rotteveel | Dotwebster.com edited this page Jul 3, 2026
·
1 revision
Relaywright's admin UI is HTTPS-first. Production installs should keep HTTP disabled unless there is a deliberate local-only reason to enable it.
Open:
System -> Web Interface
Configure:
- HTTPS listener port;
- optional HTTP listener;
- listener URLs and restart-required state.
Admin web listener changes require an application restart. Relaywright records restart-required state when a restart is needed.
Open:
System -> Certificate
Options:
- generate a self-signed certificate;
- upload a
.pfxor.p12bundle; - upload PEM certificate and private key files.
Use self-signed certificates for labs and private test machines. Use a trusted certificate for shared deployments.
Certificate passwords are sensitive. Store them in your normal infrastructure credential store. Do not put certificate passwords into screenshots, Wiki pages, logs, tickets, or shell history.
- Save the certificate configuration.
- Restart Relaywright if prompted.
- Open the admin UI over HTTPS.
- Confirm the browser shows the expected certificate.
- Update monitoring or reverse proxy configuration if needed.