heroku certs:add <CRT> <KEY>
Add an SSL certificate to an app
Arguments
Name | Description |
---|---|
CRT | |
KEY |
Options
Name | Description |
---|---|
--bypass | Bypass the trust chain completion step |
--type <type> | Type to create, either 'sni' or 'endpoint' |
-a, --app <app> | App to run command against |
-r, --remote <remote> | Git remote of app to use |