Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

generate crt and key openssl

openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes 
  -keyout example.key -out example.crt -subj "/CN=example.com" 
  -addext "subjectAltName=DNS:example.com,DNS:www.example.net,IP:10.0.0.1"
Comment

PREVIOUS NEXT
Code Example
Shell :: how to unzip tar.gz file 
Shell :: save docker update container state 
Shell :: git exclude file 
Shell :: git view branch 
Shell :: how to remove windows 10 built in apps powershell 
Shell :: use local image with minikube 
Shell :: linux terminal speed test 
Shell :: docker remove image 
Shell :: git add except files 
Shell :: clone gitlab repo using personal acess token 
Shell :: Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings. 
Shell :: get path of command 
Shell :: whats home directory variable linux 
Shell :: installing scoop for windows 
Shell :: git commit message 
Shell :: bash command substitution 
Shell :: gem install rails version 
Shell :: how to paste in git bash 
Shell :: ubuntu create directory with permissions 
Shell :: git cheat sheet 
Shell :: turn off monitor commend linux 
Shell :: react-native-router-flux 
Shell :: class sorting in tailwindcss 
Shell :: copy directory 
Shell :: active ssh users in ubuntu 
Shell :: git push and pull not asking password 
Shell :: how to check what module pip has already install 
Shell :: supervisord install ubuntu 
Shell :: getcomposer 
Shell :: bash if else 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =