microsrv:~$
Console

HTTPS SNI Gateway & Managed TLS

Publishing HTTP/TLS applications with managed certificates under <vm>.msrv.space subdomains.

Publishing web services

Every VM provisioned in microsrv automatically reserves a dedicated public hostname: https://<vm-name>.msrv.space


How inbound routing works

  1. Start your HTTP server or API binary on any internal port (e.g., 80, 8080, or 3000).
  2. The HTTPS gateway accepts external requests to <vm-name>.msrv.space and forwards them to the application port on the VM.

Verification Example:

microsrv:~$ curl -I https://demo-web.msrv.space
HTTP/2 200 
server: microsrv-ingress/1.4
content-type: text/html

[!TIP] TLS certificate issuance and renewal are fully automated at the gateway level—no ACPI scripts or certbot daemons are needed inside guest OS images.