Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ key_path
Method
key_path
certbot/src/workdir.rs:46–48 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
44
}
45
46
pub fn key_path(&self) -> PathBuf {
47
self.live_dir().join(
"key.pem"
)
48
}
49
50
pub fn list_certs(&self) -> Result<Vec<PathBuf>> {
51
crate::bot::list_certs(self.backup_dir())
Callers
1
load_config
Function · 0.80
Calls
1
live_dir
Method · 0.80
Tested by
no test coverage detected