Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

convert p12 to pem

openssl pkcs12 -in mycert.p12 -out ca.pem -cacerts -nokeys
openssl pkcs12 -in mycert.p12 -out client.pem -clcerts -nokeys 
openssl pkcs12 -in mycert.p12 -out key.pem -nocerts
Comment

PREVIOUS NEXT
Code Example
Shell :: git stash drop all 
Shell :: arch remove package and dependencies 
Shell :: install from github pip 
Shell :: check memory all information 
Shell :: rust download 
Shell :: list python versions bash 
Shell :: install go lang on wsl 
Shell :: remove all stopped containers 
Shell :: install postgis 2.5 ubuntu 
Shell :: return to bash from zsh 
Shell :: -s and --save 
Shell :: cd ~/.ssh on mac 
Shell :: git log with author oneline 
Shell :: mdi 5.6.55 
Shell :: WSL2 trying to launch VSCode with code . results in error "Please install missing certificates." 
Shell :: kill all screen sessions linux 
Shell :: upgrade dart in flutter 
Shell :: install antigen mac 
Shell :: install atom in mac 
Shell :: how to push code in the github repo for the first time 
Shell :: bash string starts with 
Shell :: list usb devices 
Shell :: how to backup conda environment in 
Shell :: laravel 8 composer install 
Shell :: linux copy status 
Shell :: linux file size 
Shell :: git pull use incoming changes. 
Shell :: install node brew 
Shell :: add-apt-repository 
Shell :: find a file linux 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =