Hexoku.API.SSL
SSL Endpoint is a public address serving custom SSL cert for HTTPS traffic to a Heroku app. Note that an app must have the ssl:endpoint addon installed before it can provision an SSL Endpoint using these APIs.
For more info read the Heroku API Reference
Summary
| create(client, app, certificate_chain, private_key, preprocess \\ true) |
| delete(client, app, endpoint) |
| info(client, app, endpoint) |
| list(client, app) |
| update(client, app, endpoint, body) |