From f76fb0f65640d666ddca3ba3b494a0cfc4129ec9 Mon Sep 17 00:00:00 2001 From: lihehe Date: Thu, 29 Aug 2024 22:13:17 +0800 Subject: [PATCH] change type of a platform cert to developer Signed-off-by: lihehe Change-Id: I5b792f0e0e2665b7fcbb606ce129d25c7e6f8477 --- .../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