mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update certificate.py: moar typo @_@
This commit is contained in:
parent
d2259928ce
commit
37c99082f2
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ def _prepare_certificate_signing_request(domain, key_file, output_folder):
|
||||||
crypto.X509Extension(
|
crypto.X509Extension(
|
||||||
b"subjectAltName",
|
b"subjectAltName",
|
||||||
False,
|
False,
|
||||||
(", ".join(["DNS:{sub}.{domain}" for sub in sanlist])).encode("utf-8"),
|
(", ".join([f"DNS:{sub}.{domain}" for sub in sanlist])).encode("utf-8"),
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue