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

Method sign

ra-tls/src/cert.rs:76–78  ·  view source on GitHub ↗

Sign a certificate request.

(&self, req: CertRequest<impl PublicKeyData>)

Source from the content-addressed store, hash-verified

74
75 /// Sign a certificate request.
76 pub fn sign(&self, req: CertRequest<impl PublicKeyData>) -> Result<Certificate> {
77 req.signed_by(&self.cert, &self.key)
78 }
79
80 /// Sign a remote certificate signing request.
81 pub fn sign_csr(

Callers 5

gen_ra_certFunction · 0.45
derive_app_caMethod · 0.45
sign_csrMethod · 0.45
signed_byMethod · 0.45

Calls 1

signed_byMethod · 0.45

Tested by

no test coverage detected