Get global ACME attestation (TDX quote of account URI)
(&self)
| 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<()> { |