https://github.com/drawbotics/letsencrypt-heroku-dashboard
A dashboard to manage your Let's Encrypt certificates on your Heroku apps with Cloudflare DNS.
https://github.com/drawbotics/letsencrypt-heroku-dashboard
certificate dashboard tools
Last synced: 6 months ago
JSON representation
A dashboard to manage your Let's Encrypt certificates on your Heroku apps with Cloudflare DNS.
- Host: GitHub
- URL: https://github.com/drawbotics/letsencrypt-heroku-dashboard
- Owner: Drawbotics
- Created: 2016-11-18T09:24:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T10:34:22.000Z (over 8 years ago)
- Last Synced: 2024-07-27T08:33:58.599Z (10 months ago)
- Topics: certificate, dashboard, tools
- Language: Ruby
- Homepage:
- Size: 72.3 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# letsencrypt-heroku-dashboard
## Disclaimer
This project is to use as-is, and should only be used if you understand what you're doing.
## But, why ?
We found a way to make the SSL certificate generation great again a few weeks ago, thanks to the awesome work by the substrakt team ([they blogged about it](https://substrakt.com/heroku-ssl-me-weve-come-a-long-way/)).
Thanks to [letsencrypt-heroku](https://github.com/substrakt/letsencrypt-heroku/), it's now easy as a `GET` to an API to
- Generate an SSL cert on [Let's Encrypt](https://letsencrypt.org/)
- Verify it through DNS on [Cloudflare](https://www.cloudflare.com/)
- Add it to [Heroku](https://heroku.com)## Introducing `letsencrypt-heroku-dashboard`
### New certificate
--
### Certificates index
--
### Certificate show
## How it works ?
1. Follow the instructions & deploy the API at [substrakt's repo letsencrypt-heroku](https://github.com/substrakt/letsencrypt-heroku/)
2. Save the `auth_token`, you'll need it when you sign up to the dashboard
3. Deploy the dashboard [](https://heroku.com/deploy)
4. The `API_PATH` is the URL on which your API is reachable, like `test-api-app.herokuapp.com` (note that you shouldn't put a `/` after the `.com`
5. It's deployed ! Sign up with your name, email, password & `auth_token`, which is gonna be linked to your user account