Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create crt and key

openssl genrsa 2048 > host.key
chmod 400 host.key
openssl req -new -x509 -nodes -sha256 -days 365 -key host.key -out host.cert
Comment

PREVIOUS NEXT
Code Example
Shell :: creating a branch in git 
Shell :: vim delete line 
Shell :: kill pid 
Shell :: change email in git 
Shell :: bash how to delete ^M at the end of every line 
Shell :: add user to debian 11 
Shell :: pod install react native failed 
Shell :: bash quotes 
Shell :: linux sha256 checksum 
Shell :: how to install deb package with apt 
Shell :: docker logs 
Shell :: case insensitive zgrep 
Shell :: uninstall your phone app windows 10 
Shell :: git checkout branch and update submodules 
Shell :: linux cp from one directory to another 
Shell :: enable usb port ubuntu 
Shell :: git language 
Shell :: brew command not found 
Shell :: tail command in linux 
Shell :: install bootstrap via npm 
Shell :: powershell check if file exists 
Shell :: how to remove remote origin from git repo 
Shell :: download visual studio 2019 for ubuntu 
Shell :: how to add a directory to path in linux 
Shell :: install pybind ubuntu 
Shell :: git log show only merge commits 
Shell :: How to install php-simple-html-dom-parser 
Shell :: mongodb install kali linux 
Shell :: delete auto purge 
Shell :: rename branch name brfore push 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =