cloudflare / certmgr

Automated certificate management using a CFSSL CA.
BSD 2-Clause "Simplified" License
218 stars 40 forks source link

Fix config parsing #101

Closed jmunson closed 4 years ago

jmunson commented 4 years ago

The intermediate object "manager" was removed, as it was unused and made this more confusing.

The intermediate variables for logging have been removed, and replaced with calls to look up the setting in viper. This fixes configuring logging from config files

The configuration option and cmdline parameter interval.splay has been renamed intervalsplay This fixes an issue where the 'interval' config would not work if you also specified 'interval: splay:'

"initial.splay" was renamed to "initalsplay" to be consistent with the above change.

The configuration dumping in the 'version' output has also been updated to show the values of the splay settings.