Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to generate keystore file for cordova

$ keytool -genkey -v -keystore android.keystore -alias android-app-key -keyalg RSA -keysize 2048 -validity 10000
Comment

cordova android generate keystore

keytool -genkey -v -keystore release.keystore -alias app_release -keyalg RSA -keysize 2048 -validity 10000
Comment

PREVIOUS NEXT
Code Example
Shell :: reconfigure gitlab 
Shell :: how to convert dos to unix in shell 
Shell :: git create a new repository 
Shell :: activate virtual environment in ubuntu 
Shell :: apache2 connection refused ubuntu 
Shell :: git clone repository 
Shell :: flutter cmdline-tools component is missing 
Shell :: How can I remove the first line of a text file using bash/sed script? 
Shell :: git clone depth 
Shell :: linux command linux distribution 
Shell :: git remove submodule keep files 
Shell :: see changes git command line 
Shell :: how to enable mod_headers in apache ubuntu 
Shell :: linux terminal show processes 
Shell :: copy file to ubuntu server 
Shell :: chmod a+x 
Shell :: delete file on git 
Shell :: git branch from commit 
Shell :: jupyter show digits 
Shell :: access from ip pgsql running in docker 
Shell :: remove folder from git repository 
Shell :: install specific webpack version 
Shell :: apt get update upgrade linux 
Shell :: how t oadd ssl to a subdomain in nginx 
Shell :: get bluetooth devices powershell 
Shell :: pipi ungrade 
Shell :: delete remote commit 
Shell :: windows cmd opens and closes 
Shell :: Download Kubectl - latest release 
Shell :: what is kernel and shell 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =