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