Solosafe
04 Dec 2024
• 1 min read
CLI script used to generate self-signed TLS certificates.
Sumary
This is a small python script that generates self-signed TLS certificates. Features:
- Full control over certificate metadata
- Subject Alternative names (SANs)
- Generate a self-signed root CA and sign the certificate
- Output a PFX store file
Usage
Visit the project repository for usage details.