Skip to content

danluckner/create-certificates-mtls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Create Certificate Bash Script

Bash script with the intent to facilitate the creation of self-signed certificates for mTLS implementation.

The script creates the Server Certificates and the Client Certificates.

The Server Certificate should be uploaded to your reverse proxy server (NGINX or Traefik).

The Client Certificate should be uploaded and installed to your device (or devices).

The script is free to use, reuse, copy, change, redistribute as you see fit, totally free.

Corrections and comments are also welcome.

To run the script, in your Linux instace, download to a folder with:

wget https://raw.githubusercontent.com/danluckner/create-certificates-mtls/refs/heads/main/createcertificates.sh

Then, in the same folder, run the script with:

sudo bash ./createcertificates.sh

References

The inspiration for this script came from this video: https://www.youtube.com/watch?v=8DWcMbgQSZg

About

Bash script to create certificates for mTLS implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages