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

The Let's Encrypt certificate manager for rails

Results 12 rails-letsencrypt issues
Sort by recently updated
recently updated
newest added

It is possible to run Rails without using the entire rails gem, so specifying only required gems such as activesupport, activemodel etc. It would be better if this gem only...

Is there a recommend way of getting notified of failed renewals? I see that https://github.com/elct9620/rails-letsencrypt/blob/master/lib/tasks/letsencrypt_tasks.rake#L15 just puts out "Could not renew domain". What do you think of implementing ActiveSupport notifications...

enhancement

Have you considered supporting different CAs? I don't know so much about ACME works but it seems to be it should be just switching the URL? Then again I don't...

For wildcard support (#3) and special cases, we are unable to use HTTP-challenge we can use DNS-challenge as an alternative solution. ## DNS Plugin To keep the gem is small,...

enhancement

Doesn't seem like this gem supports this configuration: https://guides.rubyonrails.org/configuring.html#deploy-to-a-subdirectory-relative-url-root it always assumes the engine can be mounted at `/.well_known`

As title, current the wildcard feature is [release](https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579). It should be supported as soon as possible.

enhancement

Instead of issuing multiple certificates for each subdomain, it would be useful if we could create a single certificate that includes multiple subdomains. Not sure about the best way to...

I just saw that the generators and migrations are for ActiveRecord. My client is using MongoDB, so I'm going to have to add support for the `mongoid` gem. Fortunately you...