mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Date only because hard to do time with no time
This commit is contained in:
parent
68ed333fc0
commit
94622f5edd
1 changed files with 2 additions and 2 deletions
|
|
@ -303,9 +303,9 @@ def _auth_from_domains(le_client, config, domains, plugins):
|
|||
_report_new_cert(lineage.cert)
|
||||
reporter_util = zope.component.getUtility(interfaces.IReporter)
|
||||
reporter_util.add_message(
|
||||
"Your certificate will expire at {0}. To obtain a new version of the "
|
||||
"Your certificate will expire on {0}. To obtain a new version of the "
|
||||
"certificate in the future, simply run this client again.".format(
|
||||
lineage.notafter().ctime()),
|
||||
lineage.notafter().date()),
|
||||
reporter_util.MEDIUM_PRIORITY)
|
||||
|
||||
return lineage
|
||||
|
|
|
|||
Loading…
Reference in a new issue