mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add more info during selsigned cert generation error to debug CI
This commit is contained in:
parent
1c06fd5017
commit
702156554a
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ def _certificate_install_selfsigned(domain_list, force=False):
|
||||||
msg = f"Installation of self-signed certificate installation for {domain} failed !"
|
msg = f"Installation of self-signed certificate installation for {domain} failed !"
|
||||||
failed_cert_install.append(domain)
|
failed_cert_install.append(domain)
|
||||||
logger.error(msg)
|
logger.error(msg)
|
||||||
|
logger.error(status)
|
||||||
operation_logger.error(msg)
|
operation_logger.error(msg)
|
||||||
|
|
||||||
if failed_cert_install:
|
if failed_cert_install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue