From 44c56263126abbeb6c6bfd2f02d231cd4fe20d64 Mon Sep 17 00:00:00 2001 From: smjiao Date: Wed, 4 Jun 2025 08:41:53 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E7=89=88=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: smjiao --- docs/zh/server/security/cert_signature/secure_boot.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/zh/server/security/cert_signature/secure_boot.md b/docs/zh/server/security/cert_signature/secure_boot.md index 7607a58ba..809b840d9 100644 --- a/docs/zh/server/security/cert_signature/secure_boot.md +++ b/docs/zh/server/security/cert_signature/secure_boot.md @@ -27,7 +27,9 @@ BIOS证书导入方法及安全启动开启方法可参考具体BIOS厂商提供 ### OS侧操作 **查看db数据库中的证书信息**:mokutil –db + ![](./figures/mokutil-db.png) + 说明:证书信息较多,截图中只显示部分重要信息 **查看系统安全启动状态**:mokutil --sb -- Gitee