Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ renew_interval
Method
renew_interval
certbot/src/bot.rs:190–192 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
188
}
189
190
pub fn renew_interval(&self) -> Duration {
191
self.config.renew_interval
192
}
193
194
async fn renew_inner(&self, force: bool) -> Result<bool> {
195
let created = self
Callers
2
load_config
Function · 0.80
new_certbot
Function · 0.80
Calls
no outgoing calls
Tested by
1
new_certbot
Function · 0.64