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

Method get_acme_attestation

gateway/src/kv/mod.rs:929–931  ·  view source on GitHub ↗

Get global ACME attestation (TDX quote of account URI)

(&self)

Source from the content-addressed store, hash-verified

927
928 /// Get global ACME attestation (TDX quote of account URI)
929 pub fn get_acme_attestation(&self) -> Option<AcmeAttestation> {
930 self.persistent.read().decode(keys::GLOBAL_ACME_ATTESTATION)
931 }
932
933 /// Save global ACME attestation
934 pub fn save_acme_attestation(&self, attestation: &AcmeAttestation) -> Result<()> {

Callers 1

acme_infoMethod · 0.80

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected