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

Source

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)

Functions

create(client, app, certificate_chain, private_key, preprocess \\ true)
Source
delete(client, app, endpoint)

Specs:

Source
info(client, app, endpoint)

Specs:

Source
list(client, app)

Specs:

Source
update(client, app, endpoint, body)

Specs:

Source