# keytool-importkeypair **Repository Path**: rundev/keytool-importkeypair ## Basic Information - **Project Name**: keytool-importkeypair - **Description**: https://github.com/getfatday/keytool-importkeypair.git - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-03 - **Last Updated**: 2022-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README h1. Name keytool-importkeypair - A shell script to import key/certificate pairs into an existing Java keystore h2. Installing Add @keytool-importkeypair@ to your @PATH@ h2. 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. h2. Example Adding "Android":http://developer.android.com platform level certificates to the "Android SDK":http://developer.android.com/sdk/.
keytool-importkeypair -k ~/.android/debug.keystore -p android -pk8 platform.pk8 -cert platform.x509.pem -alias platformh2. Feedback Shoot me an email at "getfatday@gmail.com":mailto:getfatday@gmail.com with any feedback.