Skip to content

SSL certificate generator from RubenVermeulen/generate-trusted-ssl-certificate (with .pem generate added)

Notifications You must be signed in to change notification settings

mseltene/generate-trusted-ssl-certificate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generate a Trusted SSL Certificate

This repository contains a script that will generate a trusted ssl certificate which can be used for local software development.

git clone https://github.com/RubenVermeulen/generate-trusted-ssl-certificate.git
cd <PATH_TO_REPO_FOLDER>/generate-trusted-ssl-certificate
bash generate.sh

Configuration

You can adjust the [dn] part of the openssl-custom.cnf file to whatever you prefer.

[dn]
C = <COUNTRY>
ST = <STATE>
L = <LOCALITY / CITY>
O = <ORGANIZATION>
OU = <ORGANIZATION_UNIT>
emailAddress = <EMAIL_ADDRESS>
CN = <HOSTNAME / IP_ADDRESS>

About

SSL certificate generator from RubenVermeulen/generate-trusted-ssl-certificate (with .pem generate added)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%