From 378e0c0ab8caae3c58c3f012576efc0efef391c4 Mon Sep 17 00:00:00 2001 From: yeyuning Date: Thu, 16 Nov 2023 14:39:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=85=BC=E5=AE=B9openharmony=20release?= =?UTF-8?q?=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yeyuning Change-Id: I9cfda56eb5af80450c8c8a32296d98a3bf4d150e --- .../key_enable/config/trusted_cert_path.json | 26 ++++++++++++++++--- .../config/trusted_cert_path_test.json | 12 ++++++--- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/services/key_enable/config/trusted_cert_path.json b/services/key_enable/config/trusted_cert_path.json index 515a9d2..3771339 100644 --- a/services/key_enable/config/trusted_cert_path.json +++ b/services/key_enable/config/trusted_cert_path.json @@ -21,6 +21,13 @@ "issuer":"C=CN, O=Huawei, OU=Huawei CBG, CN=Huawei CBG Software Signing Service CA", "max-certs-path":3 }, + { + "mode":"debug", + "type":"", + "subject":"C=CN, O=OpenHarmony, OU=OpenHarmony Team, CN=OpenHarmony Application Profile Debug", + "issuer":"C=CN, O=OpenHarmony, OU=OpenHarmony Team, CN=OpenHarmony Application CA", + "max-certs-path":3 + }, { "mode":"debug", "type":"", @@ -43,30 +50,41 @@ "subject":"ALL", "issuer":"C=CN, O=Huawei, OU=Huawei CBG, CN=Huawei CBG Software Signing Service CA", "max-certs-path":3 - },{ + }, + { "mode":"Release", "type":"Block", "subject":"C=CN, O=Huawei, OU=Huawei CBG, CN=HOS Application Provision Debug V2", "issuer":"C=CN, O=Huawei, OU=Huawei CBG, CN=Huawei CBG Software Signing Service CA", "max-certs-path":3 - },{ + }, + { "mode":"Release", "type":"Block", "subject":"", "issuer":"", "max-certs-path":3 - },{ + }, + { "mode":"Dev", "type":"Platform", "subject":"C=CN, O=Huawei, OU=Huawei CBG, CN=HOS Application Provision Debug V2", "issuer":"C=CN, O=Huawei, OU=Huawei CBG, CN=Huawei CBG Software Signing Service CA", "max-certs-path":3 - },{ + }, + { "mode":"Dev", "type":"Debug", "subject":"", "issuer":"", "max-certs-path":3 + }, + { + "mode":"Dev", + "type":"Authed", + "subject":"C=CN, O=OpenHarmony, OU=OpenHarmony Team, CN=OpenHarmony Application Release", + "issuer":"C=CN, O=OpenHarmony, OU=OpenHarmony Team, CN=OpenHarmony Application CA", + "max-certs-path":3 } ] } \ No newline at end of file diff --git a/services/key_enable/config/trusted_cert_path_test.json b/services/key_enable/config/trusted_cert_path_test.json index e6ecef5..9ae3e27 100644 --- a/services/key_enable/config/trusted_cert_path_test.json +++ b/services/key_enable/config/trusted_cert_path_test.json @@ -43,25 +43,29 @@ "subject":"ALL", "issuer":"C=CN, O=Huawei, OU=Huawei CBG, CN=Huawei CBG Software Signing Service CA Test", "max-certs-path":3 - },{ + }, + { "mode":"Release", "type":"Block", "subject":"C=CN, O=Huawei, OU=Huawei CBG, CN=HOS Application Provision Debug V2", "issuer":"C=CN, O=Huawei, OU=Huawei CBG, CN=Huawei CBG Software Signing Service CA Test", "max-certs-path":3 - },{ + }, + { "mode":"Release", "type":"Block", "subject":"", "issuer":"", "max-certs-path":3 - },{ + }, + { "mode":"Dev", "type":"Platform", "subject":"C=CN, O=Huawei, OU=Huawei CBG, CN=HOS Application Provision Debug V2", "issuer":"C=CN, O=Huawei, OU=Huawei CBG, CN=Huawei CBG Software Signing Service CA Test", "max-certs-path":3 - },{ + }, + { "mode":"Dev", "type":"Debug", "subject":"", -- Gitee