mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Update certbot/certbot/crypto_util.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
590d81c3ae
commit
d7778b0f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ def load_cert(cert_path):
|
|||
|
||||
:param str cert_path: Path to the certificate
|
||||
|
||||
:rtype `cryptography.x509`:
|
||||
:rtype: `cryptography.x509.Certificate`
|
||||
:returns: x509 certificate object
|
||||
"""
|
||||
with open(cert_path, 'rb') as fh:
|
||||
|
|
|
|||
Loading…
Reference in a new issue