Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

generate pfx certificate

openssl genrsa 2048 > private.pem
openssl req -x509 -new -key private.pem -out public.pem -validity 9999
openssl pkcs12 -export -in public.pem -inkey private.pem -out cert.pfx
Comment

PREVIOUS NEXT
Code Example
Shell :: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 
Shell :: vim: command not found centos 
Shell :: install psycopg2 
Shell :: how to get remote origin url 
Shell :: docker run name 
Shell :: gzip version check 
Shell :: add all changes and commit in git 
Shell :: list of files in git commit 
Shell :: git cheatsheet 
Shell :: kill a port windows 
Shell :: yarn add install all packages in package,json 
Shell :: git username password config 
Shell :: run rust book on terminal 
Shell :: gitlab ee version check 
Shell :: git diff meld 
Shell :: git push example 
Shell :: git increase buffer size 
Shell :: aws connect to eks cluster 
Shell :: find and kill the process on a specific port windows 
Shell :: fcm post example curl 
Shell :: Ubuntu free ports in use 
Shell :: grep search for string in directory 
Shell :: install python 2.7 kali linux 
Shell :: remove cache package arch 
Shell :: how to install sublime text arch linux 
Shell :: how to create a text file in batch 
Shell :: how to check the parent branch in git 
Shell :: print last terminal commands 
Shell :: windows service start 
Shell :: edit cron jobs linux 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =