mipo

SSL 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

NameDescription
TLS ModeActive certificate source: Self-Signed, Custom Certificate, or Let's Encrypt (ACME)
HTTPS PortThe port Traefik listens on for HTTPS traffic (default 443)
CertificateWhether a certificate is configured and its type
ExpiresCertificate expiration date (shown only when a certificate is installed)
SubjectThe 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)

MethodPathDescription
GET /api/admin/ssl Retrieve current TLS/SSL status
POST /api/admin/ssl/config Update TLS mode and HTTPS port configuration

Related

  • Custom Certificate — Upload your own TLS certificate to replace self-signed mode
  • Let's Encrypt — Automatically obtain and renew trusted certificates via ACME