diff --git a/services/key_enable/config/openharmony/trusted_cert_path.json b/services/key_enable/config/openharmony/trusted_cert_path.json index 6c33c5ecb8463518ae4aec67fa36e3f1d8568d01..623cc224d5cdc54f6f1120109c7fd56dc1462931 100644 --- a/services/key_enable/config/openharmony/trusted_cert_path.json +++ b/services/key_enable/config/openharmony/trusted_cert_path.json @@ -65,6 +65,13 @@ "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=HarmonyOS SDK debug tools", + "issuer":"C=CN, O=Huawei, OU=Huawei CBG, CN=Huawei CBG Software Signing Service CA", + "max-certs-path":3 + }, { "mode":"Dev", "type":"Platform", @@ -79,11 +86,11 @@ "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":"", + "subject":"C=CN, O=Huawei, OU=Huawei CBG, CN=HarmonyOS SDK debug tools", + "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 cb11fe6b528a0e82251a2d1e32840cc08a1fff85..e09bf767cbd479541a502bb46fb128069ea026c9 100644 --- a/services/key_enable/config/trusted_cert_path.json +++ b/services/key_enable/config/trusted_cert_path.json @@ -58,6 +58,13 @@ "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=HarmonyOS SDK debug tools", + "issuer":"C=CN, O=Huawei, OU=Huawei CBG, CN=Huawei CBG Software Signing Service CA", + "max-certs-path":3 + }, { "mode":"Dev", "type":"Platform", @@ -75,8 +82,8 @@ { "mode":"Dev", "type":"Debug", - "subject":"", - "issuer":"", + "subject":"C=CN, O=Huawei, OU=Huawei CBG, CN=HarmonyOS SDK debug tools", + "issuer":"C=CN, O=Huawei, OU=Huawei CBG, CN=Huawei CBG Software Signing Service CA", "max-certs-path":3 } ]