1 Star 0 Fork 0

大国青年/keytool-importkeypair

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.textile 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ian Anderson 提交于 2010-01-25 13:56 . Removed generic README

Name

keytool-importkeypair – A shell script to import key/certificate pairs into an existing Java keystore

Installing

Add keytool-importkeypair to your PATH

Usage

keytool-importkeypair [-k keystore] [-p storepass]
-pk8 pk8 -cert cert -alias key_alias

This script is used to import a key/certificate pair
into a Java keystore.

If a keystore is not specified then the key pair is imported into
~/.keystore in the user’s home directory.

The passphrase can also be read from stdin.

Example

Adding Android platform level certificates to the Android SDK.

keytool-importkeypair -k ~/.android/debug.keystore -p android -pk8 platform.pk8 -cert platform.x509.pem -alias platform

Feedback

Shoot me an email at getfatday@gmail.com with any feedback.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vipox/keytool-importkeypair.git
git@gitee.com:vipox/keytool-importkeypair.git
vipox
keytool-importkeypair
keytool-importkeypair
master

搜索帮助