From d30a5c4a8ae4dad146ca032f212da7d44dfb931f Mon Sep 17 00:00:00 2001 From: xu_lei_123 Date: Mon, 26 Dec 2022 16:49:16 +0800 Subject: [PATCH] fix special noun error --- docs/en/docs/ShangMi/file-integrity-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/ShangMi/file-integrity-protection.md b/docs/en/docs/ShangMi/file-integrity-protection.md index 9ac98ec24..68270db65 100644 --- a/docs/en/docs/ShangMi/file-integrity-protection.md +++ b/docs/en/docs/ShangMi/file-integrity-protection.md @@ -41,7 +41,7 @@ openssl x509 -outform DER -in ima.crt -out x509_ima.der ``` $ cp /path/to/ca.crt . -$ make openeuler_defconfig +$ make openEuler_defconfig $ cat .config | grep CONFIG_SYSTEM_TRUSTED_KEYS CONFIG_SYSTEM_TRUSTED_KEYS="ca.crt" ``` -- Gitee