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

Feature: configuration defaults

Open svoop opened this issue 10 years ago • 0 comments

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 numerous virtual hosts.

svoop avatar Dec 11 '15 13:12 svoop