Skip to content

Commit

Permalink
Merge pull request #57 from aetrion/update-heroku-ssl
Browse files Browse the repository at this point in the history
Update the Heroku SSL one-click to use the new SSL service
  • Loading branch information
aeden committed Oct 12, 2016
2 parents a64c13a + 8c7c798 commit ee05e39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
16 changes: 7 additions & 9 deletions services/heroku-ssl/config.json
Expand Up @@ -7,26 +7,24 @@
},
"fields": [
{
"name": "app",
"label": "Heroku SSL Endpoint Name",
"description": "Your SSL endpoint name is part of your Heroku SSL URL, for example: in funky-chicken-2211.herokussl.com the SSL endpoint name is funky-chicken-2211",
"append": ".herokussl.com",
"example": "funky-chicken-2211"
"name": "appdomain",
"label": "Heroku Domain",
"description": "Your Heroku domain, for example: in example.com.herokudns.com the Heroku Domain is example.com",
"append": ".herokudns.com",
"example": "example.com"
}
],
"records": [
{
"type": "ALIAS",
"content": "{{app}}.herokussl.com",
"content": "{{appdomain}}.herokudns.com",
"ttl": 3600
},
{
"name": "www",
"type": "CNAME",
"content": "{{app}}.herokussl.com",
"content": "{{appdomain}}.herokudns.com",
"ttl": 3600
}
]
}


2 changes: 1 addition & 1 deletion services/heroku-ssl/instructions.md
@@ -1 +1 @@
Enter your Heroku SSL endpoint name to continue. You must install your SSL certificate on Heroku first. When you install your SSL certificate, Heroku will provide you with your SSL endpoint. You must also add your custom domain to your Heroku app settings.
Enter your Heroku domain name to continue. You must have a Hobby plan or higher to use this service and you must install your SSL certificate on Heroku first. You must also add your custom domain to your Heroku app settings.
4 changes: 2 additions & 2 deletions services/heroku-ssl/readme.md
@@ -1,3 +1,3 @@
Deliver apps, the right way, over SSL. Cloud computing designed and built for developers.
Deliver apps, the right way, over SSL. Cloud computing designed and built for developers. Note that you must have a Hobby plan or higher to use this service.

Visit [Heroku](http://heroku.com)'s [SSL Endpoint](https://devcenter.heroku.com/articles/ssl-endpoint) for details.
Visit [Heroku](http://heroku.com)'s [SSL](https://devcenter.heroku.com/articles/ssl) documentation page for details.

0 comments on commit ee05e39

Please sign in to comment.