Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

convert cer to crt linux mint

# For Linux Mint (PEM)
openssl x509 -inform PEM -in filename.cer -out filename.crt

# For Linux Mint (DER)
openssl x509 -inform DER -in filename.cer -out filename.crt
Comment

PREVIOUS NEXT
Code Example
Shell :: start uvicorn 
Shell :: windows terminal open as admin 
Shell :: list remote branches git 
Shell :: bash 
Shell :: brew install docker 
Shell :: how to install prettier globally on mac 
Shell :: install chromedriver on linux 
Shell :: git push to another repository 
Shell :: dash bootstrap import 
Shell :: dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 
Shell :: git create new branch from current 
Shell :: when pushing tp github it request user and password 
Shell :: mac zip with password 
Shell :: install react native ubuntu 
Shell :: scrcpy use on linux 
Shell :: arch linux charcode logo 
Shell :: install postman desktop ubuntu 
Shell :: linux how to move file to another directory 
Shell :: copy directory command in linux 
Shell :: un add file in git 
Shell :: sail add php mongodb extension 
Shell :: Steps to deploy your flutter project with surge 
Shell :: how to give permission to a user in linux on a folder 
Shell :: anaconda windows terminal 
Shell :: silent install google chrome 
Shell :: how to install nvm in ubuntu 18.04 
Shell :: push an existing repository from the command line 
Shell :: curl send to ip 
Shell :: unable to find docker images locally 
Shell :: vlc ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =