mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Removed lies about return value
This commit is contained in:
@@ -310,7 +310,7 @@ def _notAfterBefore(cert_path, method):
|
|||||||
:param function method: one of ``OpenSSL.crypto.X509.get_notBefore``
|
:param function method: one of ``OpenSSL.crypto.X509.get_notBefore``
|
||||||
or ``OpenSSL.crypto.X509.get_notAfter``
|
or ``OpenSSL.crypto.X509.get_notAfter``
|
||||||
|
|
||||||
:returns: the notBefore value from the cert at cert_path
|
:returns: the notBefore or notAfter value from the cert at cert_path
|
||||||
:rtype: :class:`datetime.datetime`
|
:rtype: :class:`datetime.datetime`
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user