ruby-acme-cli
ruby-acme-cli copied to clipboard
Feature: configuration defaults
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.