We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How about adding support for configuration defaults?
For instance /etc/letsencrypt-cli/letsencrypt-cli.yml with precedence over ~/.letsencrypt-cli.yml:
/etc/letsencrypt-cli/letsencrypt-cli.yml
~/.letsencrypt-cli.yml
--- account-key: "/etc/letsencrypt/account_key.pem" test: true
This would come in very handy for servers with numerous virtual hosts.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How about adding support for configuration defaults?
For instance
/etc/letsencrypt-cli/letsencrypt-cli.yml
with precedence over~/.letsencrypt-cli.yml
:This would come in very handy for servers with numerous virtual hosts.
The text was updated successfully, but these errors were encountered: