Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-24 | Remove unused Config.config_dir_path attribute | Richard van der Hoff | 1 | -3/+0 | |
This is no longer used and only serves to confuse. | |||||
2019-06-24 | Allow configuration of the path used for ACME account keys. | Richard van der Hoff | 4 | -7/+59 | |
Because sticking it in the same place as the config isn't necessarily the right thing to do. | |||||
2019-06-24 | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 35 | -67/+104 | |
* Pull config_dir_path and data_dir_path calculation out of read_config_files * Pass config_dir_path and data_dir_path into read_config | |||||
2019-06-24 | Factor acme bits out to a separate file (#5521) | Richard van der Hoff | 3 | -53/+94 | |
This makes some of the conditional-import hoop-jumping easier. | |||||
2019-06-22 | Drop support for cpu_affinity (#5525) | Richard van der Hoff | 6 | -74/+2 | |
This has no useful purpose on python3, and is generally a source of confusion. | |||||
2019-06-21 | Improve help and cmdline option names for --generate-config options (#5512) | Richard van der Hoff | 2 | -22/+29 | |
* group the arguments together into a group * add new names "--generate-missing-config" and "--config-directory" for existing cmdline options "--generate-keys" and "--keys-dir", which better reflect their purposes. | |||||
2019-06-21 | Refactor Config parser and add some comments. (#5511) | Richard van der Hoff | 2 | -14/+36 | |
Add some comments, and simplify `read_config_files`. | |||||
2019-06-21 | Improve logging when generating config files (#5510) | Richard van der Hoff | 4 | -1/+8 | |
Make it a bit clearer what's going on. | |||||
2019-06-21 | Only import jinja2 when needed (#5514) | Andrew Morgan | 2 | -1/+3 | |