letsencrypt-rails-heroku icon indicating copy to clipboard operation
letsencrypt-rails-heroku copied to clipboard

Automatic LetsEncrypt SSL certificates in your Rails app on Heroku.

Results 21 letsencrypt-rails-heroku issues
Sort by recently updated
recently updated
newest added

Closes #39 I have implemented two options to fix the wildcard domain issue: 1. The Rake task chooses a domain that isn't a wildcard 2. You can supply the domain...

```bash $ heroku domains === my-app Custom Domains Domain Name DNS Target ──────────────────────────────────────────────── ────────────────────────────────────────────────────────────── *.my-app.co.uk wildcard.my-app.co.uk.herokudns.com www.my-app.co.uk www.my-app.co.uk.herokudns.com $ heroku run rake letsencrypt:renew Running rake letsencrypt:renew on ⬢ my-app... up,...

bug

Right now when a verification fails in `rake letsencrypt:renew` it raises `Letsencrypt::Error::VerificationError` and aborts verifying any further domains. Would it be worth making this behaviour configurable, so rather than completely...

enhancement
help wanted

``` $ heroku run rake letsencrypt:renew Running rake letsencrypt:renew on ⬢ my-application... up, run.6412 Creating account key...Done! Registering with LetsEncrypt...Done! Performing verification for www.mydomain.com: Setting config vars on Heroku...Done! Giving...

bug

It would be useful to sanity check that the middleware is in the stack when running `rake letsencrypt:renew`.

enhancement

Since all we have to do is check for `force_ssl` I don't see why we can't just do that inside an initialize hook and change the way the middleware is...

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.3 to 7.0.4.3. Release notes Sourced from activesupport's releases. v7.0.4.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 3.0.7. Release notes Sourced from rack's releases. v3.0.7 What's Changed Backport "Make query parameters without = have nil values". by @​jeremyevans in rack/rack#2060 Full Changelog:...

dependencies

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.7.0 to 1.13.1. Release notes Sourced from git's releases. Release v1.13.1 Full Changelog 667b830 Update the GitHub Action step "actions/checkout" from v2 to v3 (#608) 23a0ac4 Fix...

dependencies