diff --git a/services/key_enable/config/trusted_cert_path.json b/services/key_enable/config/trusted_cert_path.json index 515a9d2da7cef422dbbd4e5af02c2afefde71f4d..377133908170e163eaf9979a042dc0f65fa1bb0c 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 e6ecef5a34d9b07ebdfe61530b316d07f7093c66..9ae3e27d1bf0c0179a4b11341429b3e4c68128f8 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":"",