Monday, 07 October 2024
Interesting Snippets from 2024-10-07
-
GitHub - ecrist/ssl-admin: Interactive x509 CA Manager
Interactive x509 CA Manager
-
GitHub - irnutsmurt/super_simple_ca: Super Simple Certificate Authority is made to be simple for the beginner tech enthusiast or slightly more advanced for the terminal wizard.
super_simple_ca.py is a Python script designed to simplify the process of managing a Certificate Authority (CA). It provides an easy-to-use interface for initializing a CA, creating certificates, revoking certificates, and how to install the root certificate on your system. The script supports both interactive menu-driven usage and command-line operations for power users.