Skip to content

A simple script for generating TLS certificate signing requests (CSR), associated .key file, and openssl configuration template for your desired domain name.

Notifications You must be signed in to change notification settings

TomRyan-321/makecert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

makecert.sh

A simple script for generating TLS certificate signing requests (CSR), associated .key file, and openssl configuration template for your desired domain name. The defaults in the scripts will provide both the base domain name and also an additional SAN for "www.". In order to add/remove the additional Subject Alternative Names, edit the opensslconftemplate.txt file and append/remove till you have the SANs you require at the at the end of the file.

Usage

  1. Clone this repo
  2. Run ./makecert.sh yourdomainname
  3. Upload the generated CSR to your Certificate Authority to generate the final certificate.
  4. Install the CA provided cert on your destination service in conjunction with the .key file generated in step 2.

About

A simple script for generating TLS certificate signing requests (CSR), associated .key file, and openssl configuration template for your desired domain name.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages