MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / config

Method config

gateway/src/distributed_certbot.rs:47–49  ·  view source on GitHub ↗

Get the current certbot configuration from KV store

(&self)

Source from the content-addressed store, hash-verified

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<()> {

Callers 4

try_renewMethod · 0.45
do_request_newMethod · 0.45
do_renewMethod · 0.45

Calls 1

get_certbot_configMethod · 0.45

Tested by

no test coverage detected