Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-24 | Don't load the generated config as the default. | Richard van der Hoff | 29 | -94/+60 | |
It's too confusing. | |||||
2019-06-24 | Ensure that all config options have sensible defaults | Richard van der Hoff | 4 | -13/+27 | |
This will enable us to skip the unintuitive behaviour where the generated config and default config are the same thing. | |||||
2019-06-24 | changelog | Richard van der Hoff | 5 | -2/+3 | |
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 |