Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash create jks from cert and key

openssl pkcs12 -export -in abc.crt -inkey abc.key -out abc.p12
Comment

bash create jks from cert and key

keytool -importkeystore -srckeystore abc.p12 
        -srcstoretype PKCS12 
        -destkeystore abc.jks 
        -deststoretype JKS
Comment

PREVIOUS NEXT
Code Example
Shell :: rclone conf location on windows 
Shell :: cantidad de digitos 
Shell :: create a screen screen session tmux 
Shell :: converter mp3 para kali linux 
Shell :: smb cant write to mounted 
Shell :: where is the jenkins_home variable in bunutu 
Shell :: shell script for aws lightsail launch 
Shell :: cannot find libtidy arch linux 
Shell :: check for webhint version 
Shell :: all sudo commands in ubuntu to be administrator 
Shell :: Turning off chrome sandbox 
Shell :: vim command to select all text in file 
Shell :: uninstall peazip linux 
Shell :: telegram new version for xfce manajaro 
Shell :: shell how to replace single quote 
Shell :: create user in linux and provide all access 
Shell :: untracked by gitlab 
Shell :: get ssh recovery code 
Shell :: Online Git repository commands 
Shell :: powershell number of possible commands 
Shell :: team vewer for ubuntu in cmd 
Shell :: powershell write UnauthorizedAccessException 
Shell :: install burp suite kali 
Shell :: wise highlight ubuntu 
Shell :: git expo init 
Shell :: automatically install all dependences of a package in R 
Shell :: find files changed in github actions 
Shell :: ncdu exclude 
Shell :: vue search npm 
Shell :: ls show last item 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =