mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
fix a typo in gen_ss_cert type hint (#9089)
This commit is contained in:
@@ -348,7 +348,7 @@ def gen_ss_cert(key: crypto.PKey, domains: Optional[List[str]] = None,
|
|||||||
not_before: Optional[int] = None,
|
not_before: Optional[int] = None,
|
||||||
validity: int = (7 * 24 * 60 * 60), force_san: bool = True,
|
validity: int = (7 * 24 * 60 * 60), force_san: bool = True,
|
||||||
extensions: Optional[List[crypto.X509Extension]] = None,
|
extensions: Optional[List[crypto.X509Extension]] = None,
|
||||||
ips: Optional[List[Union[ipaddress.IPv4Address, ipaddress.IPv4Address]]] = None
|
ips: Optional[List[Union[ipaddress.IPv4Address, ipaddress.IPv6Address]]] = None
|
||||||
) -> crypto.X509:
|
) -> crypto.X509:
|
||||||
"""Generate new self-signed certificate.
|
"""Generate new self-signed certificate.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user