Skip to content

Instantly share code, notes, and snippets.

View yogananda-muthaiah's full-sized avatar
🏠
Working from home

Yogananda Muthaiah yogananda-muthaiah

🏠
Working from home
View GitHub Profile
@yogananda-muthaiah
yogananda-muthaiah / cert_gen.sh
Created November 24, 2024 09:32 — forked from anubhavg-icpl/cert_gen.sh
A certficate generator for communication can be use for internal.
#!/bin/bash
# create-ca.sh - Script to create a Certificate Authority and generate certificates
# Create directory structure
mkdir -p ca/{root-ca,intermediate-ca,certs,private,crl,csr}
chmod 700 ca/private
# Create root CA configuration file
cat > ca/root-ca.conf << EOL
[ req ]