TLS Status
Displays the current TLS configuration for the mipo instance. Shows the active TLS mode (self-signed, custom certificate, or Let's Encrypt), the HTTPS port, certificate subject, and expiration date. Use this page to verify that TLS is correctly configured before pointing scanners at the instance.
Fields & Columns
| Name | Description |
|---|---|
| TLS Mode | Active certificate source: Self-Signed, Custom Certificate, or Let's Encrypt (ACME) |
| HTTPS Port | The port Traefik listens on for HTTPS traffic (default 443) |
| Certificate | Whether a certificate is configured and its type |
| Expires | Certificate expiration date (shown only when a certificate is installed) |
| Subject | The CN / SAN of the installed certificate (shown only when available) |
Gotchas
- Self-signed mode is the default and causes browser security warnings — upload a custom certificate or configure Let's Encrypt for trusted TLS.
- The status page auto-refreshes periodically; manual refresh is available via the refresh button in the header.
API Calls (2)
| Method | Path | Description |
|---|---|---|
| GET | /api/admin/ssl | Retrieve current TLS/SSL status |
| POST | /api/admin/ssl/config | Update TLS mode and HTTPS port configuration |
Related Pages
- Custom Certificate — Upload your own TLS certificate to replace self-signed mode
- Let's Encrypt — Automatically obtain and renew trusted certificates via ACME