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

Method list_cert_public_keys

certbot/src/bot.rs:145–147  ·  view source on GitHub ↗

List all public keys.

(&self)

Source from the content-addressed store, hash-verified

143
144 /// List all public keys.
145 pub fn list_cert_public_keys(&self) -> Result<BTreeSet<Vec<u8>>> {
146 list_cert_public_keys(&self.config.cert_dir)
147 }
148
149 /// Run the certbot.
150 pub async fn run(&self) {

Callers

nothing calls this directly

Calls 1

list_cert_public_keysFunction · 0.85

Tested by

no test coverage detected