Horje
openssl generate certificate Code Example
openssl generate certificate
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365
generate key and certificate openssl
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365
openssl generate self signed certificate
openssl.exe genrsa -out <yourcertname>.key 4096

openssl.exe req -new -key yourcertname.key -out yourcertname.csr




Shell

Related
bash swap two columns in a file Code Example bash swap two columns in a file Code Example
npm inatall latest version ubuntu Code Example npm inatall latest version ubuntu Code Example
check on which domain apache is running Code Example check on which domain apache is running Code Example
apache show active sites Code Example apache show active sites Code Example
zsh: no matches found: with * Code Example zsh: no matches found: with * Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
16