提交 0ada1f09 编写于 作者: O openharmony_ci 提交者: Gitee

!208 统一轻量级系统和标准系统的签名

Merge pull request !208 from HJ/0721
......@@ -17,11 +17,11 @@ declare_args() {
ohos_sign_haps_by_server = false
hapsigner = "//prebuilts/signcenter/hapsigntool/hapsigntoolv2.jar"
packtool = "//developtools/packing_tool/jar/hmos_app_packing_tool.jar"
jks_file = "//base/security/appverify/interfaces/innerkits/appverify_lite/OpenHarmonyCer/OpenHarmony.jks"
cert_file = "//base/security/appverify/interfaces/innerkits/appverify_lite/OpenHarmonyCer/OpenHarmony.cer"
jks_file = "//prebuilts/signcenter/key/OpenHarmony.p12"
cert_file = "//prebuilts/signcenter/certificates/OpenHarmonyApplication.pem"
default_hap_signature_algorithm = "SHA256withECDSA"
sign_server = "rnd-signserver.huawei.com"
privatekey = "OpenHarmony Software Signature"
privatekey = "OpenHarmony Application Release"
keystorepasswd = "123456"
}
......@@ -31,7 +31,7 @@ template("hap_pack") {
assert(defined(invoker.privatekey), "privatekey in required.")
if(ohos_sign_haps_by_server == false) {
invoker.privatekey = "OpenHarmony Software Signature"
invoker.privatekey = "OpenHarmony Application Release"
}
unsignhap_path =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册