digitalstudium / scripts

Useful scripts for various purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful scripts for various purposes

cert_generator.sh

Description

This script generates self-signed SSL certificate.

Usage

bash cert_generator.sh <domain:required> <passphrase:optional>

Example

bash cert_generator.sh localhost

Result

<domain>.crt and <domain>.key files will be saved in the same folder as the script

About

Useful scripts for various purposes

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%