mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
document bytes are returned
This commit is contained in:
parent
660f95b75a
commit
73b3ce3db3
1 changed files with 3 additions and 0 deletions
|
|
@ -287,6 +287,9 @@ def dump_pyopenssl_chain(chain, filetype=OpenSSL.crypto.FILETYPE_PEM):
|
|||
:param list chain: List of `OpenSSL.crypto.X509` (or wrapped in
|
||||
:class:`josepy.util.ComparableX509`).
|
||||
|
||||
:returns: certificate chain bundle
|
||||
:rtype: bytes
|
||||
|
||||
"""
|
||||
# XXX: returns empty string when no chain is available, which
|
||||
# shuts up RenewableCert, but might not be the best solution...
|
||||
|
|
|
|||
Loading…
Reference in a new issue