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

Method list_certs

certbot/src/workdir.rs:50–52  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48 }
49
50 pub fn list_certs(&self) -> Result<Vec<PathBuf>> {
51 crate::bot::list_certs(self.backup_dir())
52 }
53
54 pub fn acme_account_uri(&self) -> Result<String> {
55 let encoded_credentials = fs::read_to_string(self.account_credentials_path())?;

Callers

nothing calls this directly

Calls 2

list_certsFunction · 0.85
backup_dirMethod · 0.80

Tested by

no test coverage detected