mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update certificate.py: typo @_@
This commit is contained in:
parent
1e527a8214
commit
d2259928ce
1 changed files with 2 additions and 2 deletions
|
@ -579,8 +579,8 @@ def _prepare_certificate_signing_request(domain, key_file, output_folder):
|
||||||
#
|
#
|
||||||
# Loop over the sub-results
|
# Loop over the sub-results
|
||||||
for result in results.values():
|
for result in results.values():
|
||||||
if results["stdreturn"]:
|
if result.get("stdreturn"):
|
||||||
sanlist += results["stdreturn"]
|
sanlist += result["stdreturn"]
|
||||||
|
|
||||||
if sanlist:
|
if sanlist:
|
||||||
csr.add_extensions(
|
csr.add_extensions(
|
||||||
|
|
Loading…
Add table
Reference in a new issue