(self)
| 464 | tls_start.settings.ca_file = ctx.options.ssl_verify_upstream_trusted_ca |
| 465 | |
| 466 | def running(self): |
| 467 | # FIXME: We have a weird bug where the contract for configure is not followed and it is never called with |
| 468 | # confdir or command_history as updated. |
| 469 | self.configure("confdir") # pragma: no cover |
| 470 | |
| 471 | def configure(self, updated): |
| 472 | if ( |