Update certificate.py: typo @_@

This commit is contained in:
Alexandre Aubin 2024-06-09 12:06:23 +02:00 committed by GitHub
parent 1e527a8214
commit d2259928ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -579,8 +579,8 @@ def _prepare_certificate_signing_request(domain, key_file, output_folder):
#
# Loop over the sub-results
for result in results.values():
if results["stdreturn"]:
sanlist += results["stdreturn"]
if result.get("stdreturn"):
sanlist += result["stdreturn"]
if sanlist:
csr.add_extensions(