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

Method list_certs

certbot/src/bot.rs:140–142  ·  view source on GitHub ↗

List all issued certificates.

(&self)

Source from the content-addressed store, hash-verified

138
139 /// List all issued certificates.
140 pub fn list_certs(&self) -> Result<Vec<PathBuf>> {
141 list_certs(&self.config.cert_dir)
142 }
143
144 /// List all public keys.
145 pub fn list_cert_public_keys(&self) -> Result<BTreeSet<Vec<u8>>> {

Callers

nothing calls this directly

Calls 1

list_certsFunction · 0.85

Tested by

no test coverage detected