From e4aaa5311109e1717263e9d04c78693f0a754e0c Mon Sep 17 00:00:00 2001 From: Bahsir Wu Date: Wed, 13 Sep 2023 08:10:52 -0400 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...e-attestation.md => anolisos-remote-attestation.md} | 0 src/{practices-swtpm.md => anolisos-swtpm.md} | 0 ...{practices-tpm2-tools.md => anolisos-tpm2-tools.md} | 0 ...-tpm2-tss-engine.md => anolisos-tpm2-tss-engine.md} | 0 src/paractices.md | 8 -------- ...idential vTPM.md => practices-Confidential_vtpm.md} | 0 ...uting.md => practices-shangmi_trusted_computing.md} | 0 src/practices.md | 10 ++++++++++ 8 files changed, 10 insertions(+), 8 deletions(-) rename src/{remote-attestation.md => anolisos-remote-attestation.md} (100%) rename src/{practices-swtpm.md => anolisos-swtpm.md} (100%) rename src/{practices-tpm2-tools.md => anolisos-tpm2-tools.md} (100%) rename src/{practices-tpm2-tss-engine.md => anolisos-tpm2-tss-engine.md} (100%) delete mode 100644 src/paractices.md rename src/{Confidential vTPM.md => practices-Confidential_vtpm.md} (100%) rename src/{shangmi_trusted_computing.md => practices-shangmi_trusted_computing.md} (100%) create mode 100644 src/practices.md diff --git a/src/remote-attestation.md b/src/anolisos-remote-attestation.md similarity index 100% rename from src/remote-attestation.md rename to src/anolisos-remote-attestation.md diff --git a/src/practices-swtpm.md b/src/anolisos-swtpm.md similarity index 100% rename from src/practices-swtpm.md rename to src/anolisos-swtpm.md diff --git a/src/practices-tpm2-tools.md b/src/anolisos-tpm2-tools.md similarity index 100% rename from src/practices-tpm2-tools.md rename to src/anolisos-tpm2-tools.md diff --git a/src/practices-tpm2-tss-engine.md b/src/anolisos-tpm2-tss-engine.md similarity index 100% rename from src/practices-tpm2-tss-engine.md rename to src/anolisos-tpm2-tss-engine.md diff --git a/src/paractices.md b/src/paractices.md deleted file mode 100644 index a2d900c..0000000 --- a/src/paractices.md +++ /dev/null @@ -1,8 +0,0 @@ -# 一、概述 -# 二、最佳实践 -## 2.1 Intel x86_64 [practices-intel.md] -## 2.2 Hygon -## 2.3 Phytium - -{{#template template/footer.md}} - diff --git a/src/Confidential vTPM.md b/src/practices-Confidential_vtpm.md similarity index 100% rename from src/Confidential vTPM.md rename to src/practices-Confidential_vtpm.md diff --git a/src/shangmi_trusted_computing.md b/src/practices-shangmi_trusted_computing.md similarity index 100% rename from src/shangmi_trusted_computing.md rename to src/practices-shangmi_trusted_computing.md diff --git a/src/practices.md b/src/practices.md new file mode 100644 index 0000000..ca9a495 --- /dev/null +++ b/src/practices.md @@ -0,0 +1,10 @@ +# 一、引言 + +# 二、最佳实践 +## 2.1 飞腾平台可信计算最佳实践[practices-phytium.md](practices-phytium.md) +## 2.2 海光平台可信计算最佳实践[practices-hygon.md](practices-hygon.md) +## 2.3 Keylime最佳实践[practices-keylime.md](practices-keylime.md) +## + +{{#template template/footer.md}} + -- Gitee