From 6115cc5fce1e6dcffd322de9cd6117db4d10385b Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Wed, 23 Mar 2022 19:47:21 +0800 Subject: [PATCH] update docs Signed-off-by: annie_wangli --- en/application-dev/security/hapsigntool-guidelines.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/en/application-dev/security/hapsigntool-guidelines.md b/en/application-dev/security/hapsigntool-guidelines.md index b01a3f124a..35d530bf56 100644 --- a/en/application-dev/security/hapsigntool-guidelines.md +++ b/en/application-dev/security/hapsigntool-guidelines.md @@ -65,9 +65,9 @@ The OpenHarmony system has a built-in KeyStore (KS) file named **OpenHarmony.p12 The usage of hapsigner varies depending on whether an application signing certificate is available. -- If no application signing certificate is available: +- If no application signing certificate is available:
You need to generate a key pair, generate an application signing certificate, sign the profile, and sign the application. -- If an application signing certification is available: +- If an application signing certification is available:
You need to sign the profile, and use the application signing certificate and the local KS file (containing the corresponding key) to sign the application. ### Usage @@ -352,9 +352,6 @@ The command parameters are described as follows: ├── -keyPwd # Key password, which must be the actual key password. ├── -keystorePwd # KS password, which must be the actual KS password. - - - ## FAQs -- GitLab