v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
Custom Domain

Generate Let's Encrypt certificates

Generates and installs a Let's Encrypt certificate on the cluster as SNI with your custom domain. This requires that your provided SNI host points to the CloudAMQP instance hostname. Otherwise the generation and renewal of the certificate will fail.

Note: When creating a custom domain, the listeners on your servers will be restarted in order to apply the changes. This will close your current connections.

post/custom-domain

Request body

hostnamestring required

The custom hostname. This must be a valid ASCII DNS hostname, and its DNS record must point to the CloudAMQP instance hostname.

Example request

{
  "hostname": "myname.mydomain"
}

Response

Custom domain configured successfully