Get the current certbot configuration from KV store
(&self)
| 45 | |
| 46 | /// Get the current certbot configuration from KV store |
| 47 | fn config(&self) -> crate::kv::GlobalCertbotConfig { |
| 48 | self.kv_store.get_certbot_config() |
| 49 | } |
| 50 | |
| 51 | /// Initialize all ZT-Domain certificates |
| 52 | pub async fn init_all(&self) -> Result<()> { |
no test coverage detected