MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / ca_cert_path

Method ca_cert_path

src/environmentd/src/test_util.rs:1845–1847  ·  view source on GitHub ↗

Returns the path to the CA's certificate.

(&self)

Source from the content-addressed store, hash-verified

1843
1844 /// Returns the path to the CA's certificate.
1845 pub fn ca_cert_path(&self) -> PathBuf {
1846 self.dir.path().join("ca.crt")
1847 }
1848
1849 /// Requests a new intermediate certificate authority.
1850 pub fn request_ca(&self, name: &str) -> Result<Ca, Box<dyn Error>> {

Callers 3

test_cert_reloadingFunction · 0.80

Calls 2

joinMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected