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(
|
||||
b"subjectAltName",
|
||||
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