diff --git a/crmsh/qdevice.py b/crmsh/qdevice.py index ed60b0eb7..1b66840df 100644 --- a/crmsh/qdevice.py +++ b/crmsh/qdevice.py @@ -679,7 +679,7 @@ def config_and_start_qdevice(self): Wrap function to collect functions to config and start qdevice """ QDevice.remove_qdevice_db() - if self.tls == "on": + if self.tls == "on" or self.tls == 'required': with logger_utils.status_long("Qdevice certification process"): self.certificate_process_on_init() self.adjust_sbd_watchdog_timeout_with_qdevice()