Skip to content

๐Ÿ”’ A utility for generating self signed certificates

Notifications You must be signed in to change notification settings

sparkbuzz/selfsign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

                                            | |/ _|   (_)            
                                    ___  ___| | |_ ___ _  __ _ _ __  
                                   / __|/ _ \ |  _/ __| |/ _` | '_ \ 
                                   \__ \  __/ | | \__ \ | (_| | | | |
                                   |___/\___|_|_| |___/_|\__, |_| |_|
                                                          __/ |      
                                                         |___/       

This is a simple shell script utility that uses OpenSSL to generate self signed certificates. These certificates are intended purely for development purposes.

alt text

Installation

Ensure you have OpenSSL installed. Simply run

brew install openssl

on MacOS. Checkout this repository and symlink ./bin/selfsign using

ln -nfs /usr/local/bin/selfsign <your_path>/selfsign/bin/selfsign

Usage

For usage information run

selfsign --help

To generate a certificate run

selfsign mysitename.localhost --out /path/to/output

This will generate three files in the given path:

  • mysitename.localhost.csr
  • mysitename.localhost.cer
  • mysitename.localhost.key

About

๐Ÿ”’ A utility for generating self signed certificates

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages