Create a local Certificate Authority with python
- Clone this repo
- Generate the CA with this command
python3 generate-ca.py
- Prepare your CSR file
- Signing the CSR file with this command
python3 register-crt.py
Note: Root CA cert in ca-cert/ca.crt Server cert in server.crt