You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh
|
|
|
|
# 转换平台签名命令
|
|
./keytool-importkeypair -k innovationapp.jks -p 123456 -pk8 platform.pk8 -cert platform.x509.pem -alias yinuo
|
|
|
|
# innovationapp.jks : 签名文件
|
|
# 123456 : 签名文件密码
|
|
# platform.pk8、platform.x509.pem : 系统签名文件
|
|
# yinuo : 签名文件别名 |