Skip to content

InTheZ/mongo-ssl-certificates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating SSL Certificates for MongoDB Deployments in Mac / Linux

Tested in Ubuntu 22.04 with OpenSSL 3.x

  1. Create CA
./createca.py  --email <email> --state <state> --locality <city> --company <company> --domain <domain.com>
  1. Generate cert from CA:
./cert.py --email <email> --state <state> --locality <city> --company <company> --domain <domain.com> --name <file name>

About

MongoDB Related Stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published