Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to extract key and cert from pfx

# enter password and pass phrase used to encrypt when prompted
openssl pkcs12 -in [yourfile.pfx] -nocerts -out [cert_encr.key]
openssl pkcs12 -in [yourfile.pfx] -clcerts -nokeys -out [cert.crt]
# decrypt the key file
openssl rsa -in [cert_encr.key] -out [cert.key]
Comment

PREVIOUS NEXT
Code Example
Shell :: linux convert files in folder 
Shell :: flutter upgrade 
Shell :: how to start venv 
Shell :: git clone iin colab using the private repo 
Shell :: postgresql status ubuntu 
Shell :: cordova run ios choose simulator 
Shell :: unzip a .gz file in linux 
Shell :: how to install apache server in ubuntu 
Shell :: cloning kali-anonsurf in linux 
Shell :: apagar raspberry desde terminal 
Shell :: adonis create app 
Shell :: config git editor vim 
Shell :: give root permission to user ubuntu 
Shell :: cannot install gcc on ubuntu 
Shell :: bash adding to array 
Shell :: check if cmake is installed windows 
Shell :: search installed packages fedora 
Shell :: how to make a githook file executable 
Shell :: copy file using powershell script 
Shell :: alpine add user 
Shell :: how to zip with tar command 
Shell :: firebase deploy only hosting command 
Shell :: mac nano location 
Shell :: change folder owner recursively linux 
Shell :: virtualbox linux manjaro 
Shell :: kill screen 
Shell :: for k in range bash 
Shell :: create service for gunicorn in linux 
Shell :: how to install requirements.txt 
Shell :: remove user from sudoers 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =