|
Hello, I'd like to suggest that when a configuration file is passed with storage value that it be applied all lego commands (e.g., We store the lego configuration and data (certificates, env files, accounts, hooks) in /etc/lego instead of $PWD/.lego. Currently, we run the following to obtain and renew certificates: storage: /etc/lego
# ..truncated..This works fine. However, if we wish to run any commands, for example The path is specified twice: once in the YAML configuration file and again as an argument to |
Replies: 1 comment 6 replies
|
Hello, Related to #3118 (comment) Note: I will not add a global flag to handle configuration path because some commands doesn't need it or should not support it. |
I added the support of the configuration file for the list related commands: #3128