Skip to content

Scripts for generating self-signed SSL certificates

Notifications You must be signed in to change notification settings

astralarya/ssl-cert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ssl-cert

Scripts for generating self-signed SSL certificates

Server Setup

Copy generate-cert-example.sh to generate-cert-MYSERVER.sh. Modify this file to configure the SSL Subject for your server

Run generate-cert-MYSERVER.sh -root to generate the root CA certificate. Then run generate-cert-MYSERVER.sh to generate the server certificate.

Add the following line to crontab:

0 0 1 * * /PATH/TO/generate-cert-MYSERVER.sh

Client Setup

Download the root CA certificate, by default in ~/.ssl/crt/root-selfsigned.crt. Follow instructions for your Operating System to install the certificate.

About

Scripts for generating self-signed SSL certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages