MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / cert_pem

Method cert_pem

crates/openshell-supervisor-network/src/l7/tls.rs:67–69  ·  view source on GitHub ↗

Returns the CA certificate in PEM format.

(&self)

Source from the content-addressed store, hash-verified

65
66 /// Returns the CA certificate in PEM format.
67 pub fn cert_pem(&self) -> &str {
68 &self.ca_cert_pem
69 }
70}
71
72/// A leaf certificate chain and private key for a specific hostname.

Callers 2

write_ca_filesFunction · 0.80
ca_generationFunction · 0.80

Calls

no outgoing calls

Tested by 1

ca_generationFunction · 0.64