diff --git a/letsencrypt/cli.py b/letsencrypt/cli.py index 3ae58d12a..5163f2868 100644 --- a/letsencrypt/cli.py +++ b/letsencrypt/cli.py @@ -268,11 +268,11 @@ def _treat_as_renewal(config, domains): def _report_new_cert(cert_path, fullchain_path): - """ - Reports the creation of a new certificate to the user. + """Reports the creation of a new certificate to the user. :param str cert_path: path to cert :param str fullchain_path: path to full chain + """ expiry = crypto_util.notAfter(cert_path).date() reporter_util = zope.component.getUtility(interfaces.IReporter)