Skip to main content

Domains & SSL

POST /api/domains/enable-ssl

Enable SSL for an application domain.

Request Body

{
"serverId": "uuid",
"domain": "app.example.com",
"appName": "my-app",
"port": 8080
}