Adjust client reports to use RenewerConfiguration. Fix docs.

This commit is contained in:
Jakub Warmuz
2015-06-12 17:43:19 +00:00
parent b94c3614b9
commit ad79d7c8b6
6 changed files with 37 additions and 21 deletions
+1
View File
@@ -88,6 +88,7 @@ class RenewableCert(object): # pylint: disable=too-many-instance-attributes
:param configobj.ConfigObj config_opts: systemwide defaults for
renewal properties not otherwise specified in the individual
renewal config file.
:param .RenewerConfiguration cli_config:
:raises ValueError: if the configuration file's name didn't end
in ".conf", or the file is missing or broken.