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 :: git large files storage 
Shell :: aws security groups vs ufw 
Shell :: the unauthenticated git protocol on port 9418 
Shell :: make an account password more than 4 characters macos 
Shell :: Install GDAL on AWS EC2 ubuntu instance 
Shell :: bash add or subtract one column from another 
Shell :: ll command not found 
Shell :: delete directory rpi 
Shell :: Login to Azure CLI using Service Principal 
Shell :: ubuntu set path environment variable permanently 
Shell :: how to install wps office in ubuntu 
Shell :: how to backup conda environment in 
Shell :: ubuntu baixar node com nvm 
Shell :: mysql inline pass cli 
Shell :: how to safely remove partner modules magento2 
Shell :: ubuntu photo viewer zoom in shortcut 
Shell :: hardhat contract verify 
Shell :: como saber la distribucion de linux por consola 
Shell :: ubuntu check whats taking space 
Shell :: firebase deploy hosting only command 
Shell :: how understand what files we commited in git 
Shell :: requires pyqtwebengine<5.13, which is not installed. 
Shell :: has_add_permission() takes 2 positional arguments but 3 were given 
Shell :: remove or undo last merge git 
Shell :: list installed dotnet versions 
Shell :: update linux history editor 
Shell :: restart tomcat 9 ubuntu 
Shell :: kali linux desktop gadgets 
Shell :: Run emulator without Android studio. 
Shell :: linux substitute string 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =