Merge branch 'develop' into 'sit'

Develop

See merge request K17_AITS/tra-app!35
This commit is contained in:
田岩
2025-07-17 11:03:20 +08:00
16 changed files with 12 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -20,7 +20,7 @@ android {
config {
keyAlias 'ai_jlyh_app'
keyPassword 'Kup9dayLY#*'
storeFile file('ai_jlyh_app.jks')
storeFile file('ai_jlyh_app.keystore')
storePassword 'Kup9dayLY#*'
v1SigningEnabled true
v2SigningEnabled true
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
包名:cn.com.jlbank.ai
证书密码:Kup9dayLY#*
+9
View File
@@ -0,0 +1,9 @@
# 先生成p12文件
keytool -importkeystore -srckeystore ai_jlyh_app.jks -srcstoretype JKS -deststoretype PKCS12 -destkeystore ai_jlyh_app.p12
# 用p12生成keystore
keytool -v -importkeystore -srckeystore ai_jlyh_app.p12 -srcstoretype PKCS12 -destkeystore ai_jlyh_app.keystore -deststoretype JKS
# 迁移到行业标准格式 PKCS12
keytool -importkeystore -srckeystore ai_jlyh_app.keystore -destkeystore ai_jlyh_app.keystore -deststoretype pkcs12
keytool -v -list -keystore ai_jlyh_app.keystore