Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

convert crt to pem

openssl x509 -inform DER -in yourdownloaded.crt -out outcert.pem -text
Comment

convert pem to crt

openssl x509 -outform der -in your-cert.pem -out your-cert.crt
Comment

pem to crt

openssl x509 -outform der -in your-cert.pem -out your-cert.crt
Comment

PREVIOUS NEXT
Code Example
Shell :: superclass mismatch for class Command 
Shell :: find string terminal 
Shell :: hw to login to git 
Shell :: open file in finder from terminal 
Shell :: install composer by cmd 
Shell :: git clone with subrepos 
Shell :: how to get directory size in linux 
Shell :: install spring boot on ubuntu 
Shell :: git merge develop to feature 
Shell :: prettier code formatter is removing ; 
Shell :: download a zip file using curl 
Shell :: powershell add user to remote desktop group 
Shell :: stop nginx server 
Shell :: install brew in mac 
Shell :: how to print substring in bash script 
Shell :: mp4 to mp3 converter bat ffmpeg 
Shell :: find the size of file in linux 
Shell :: install pip linux 
Shell :: Large files detected. You may want to try Git Large File Storage 
Shell :: run application as administrator with powershell 
Shell :: bash input 
Shell :: how to make file in powershell 
Shell :: add user to dockerfile 
Shell :: how to add directory path to path variable ubuntu 
Shell :: undo a git merge 
Shell :: install notion enhancer 
Shell :: Failed to load module "canberra-gtk-module" 
Shell :: 10250: connect: no route to host kubernetes 
Shell :: install packages from txt 
Shell :: how to copy a directory in unix 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =