From 06876a0a711a1e5ae94aadfad088b3465334667f Mon Sep 17 00:00:00 2001 From: lihehe Date: Thu, 29 Aug 2024 22:13:17 +0800 Subject: [PATCH] =?UTF-8?q?change=20type=20of=20a=20platform=20cert=20to?= =?UTF-8?q?=20developer=20=EF=BC=88cherry=20picked=20commit=20from=20=20Signed-off-by:=20lihehe=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config/openharmony/release/trusted_cert_path.json | 2 +- services/key_enable/config/trusted_cert_path.json | 2 +- services/key_enable/config/trusted_cert_path_test.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/key_enable/config/openharmony/release/trusted_cert_path.json b/services/key_enable/config/openharmony/release/trusted_cert_path.json index 3f83a7b..c7ae974 100644 --- a/services/key_enable/config/openharmony/release/trusted_cert_path.json +++ b/services/key_enable/config/openharmony/release/trusted_cert_path.json @@ -74,7 +74,7 @@ }, { "mode":"Dev", - "type":"Platform", + "type":"Developer", "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 diff --git a/services/key_enable/config/trusted_cert_path.json b/services/key_enable/config/trusted_cert_path.json index f5b71b9..2091ccc 100644 --- a/services/key_enable/config/trusted_cert_path.json +++ b/services/key_enable/config/trusted_cert_path.json @@ -74,7 +74,7 @@ }, { "mode":"Dev", - "type":"Platform", + "type":"Developer", "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 diff --git a/services/key_enable/config/trusted_cert_path_test.json b/services/key_enable/config/trusted_cert_path_test.json index e235e5f..6ba3e0e 100644 --- a/services/key_enable/config/trusted_cert_path_test.json +++ b/services/key_enable/config/trusted_cert_path_test.json @@ -53,7 +53,7 @@ }, { "mode":"Dev", - "type":"Platform", + "type":"Developer", "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 -- Gitee