ruby-acme-cli icon indicating copy to clipboard operation
ruby-acme-cli copied to clipboard

Letsencrypt CLI client as Ruby gem

Results 7 ruby-acme-cli issues
Sort by recently updated
recently updated
newest added

- default LE chain ISRG Root X1 - keep support old ruby - support acme without ssl verify

Hi, are you going to release this gem? :)

I am using Capistrano for continuous deployment of my Ruby on Rails and NodeJS applications. I found capistrano plugin: [https://github.com/platanus/capistrano-lets-encrypt](url) It using your project as dependency. When I execute this...

The method returns false or exits. From the name, one would assume it to return a boolean in all cases. Either the method should be renamed (To something like `ensure_certificate_exists_and_valid_and_all_domains_included!`...

I got error on colorized log used by acme_wrapper in this gem: ``` cap aborted! NoMethodError: undefined method `light_black' for "2016-03-11 14:59:59 +0100":String /Users/michele/.rvm/gems/ruby-2.2.2@rails5/gems/letsencrypt-cli-0.2.0/lib/letsencrypt/cli/acme_wrapper.rb:16:in `block (2 levels) in log' /Users/michele/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/logger.rb:491:in...

Regenerating key when renewing certificate should be mandatory. There are good reasons to change encryption keys regularly. It protects against long-term key leaks and it hardens decrypting captured traffic in...

How about adding support for configuration defaults? For instance `/etc/letsencrypt-cli/letsencrypt-cli.yml` with precedence over `~/.letsencrypt-cli.yml`: ``` --- account-key: "/etc/letsencrypt/account_key.pem" test: true ``` This would come in very handy for servers with...