summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-24Remove unused Config.config_dir_path attributeRichard van der Hoff1-3/+0
This is no longer used and only serves to confuse.
2019-06-24Allow configuration of the path used for ACME account keys.Richard van der Hoff4-7/+59
Because sticking it in the same place as the config isn't necessarily the right thing to do.
2019-06-24Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff35