Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python PKI management tool

This python tool is an interface around openssl to simplify management of your own SSL CA.

Usage

$ ./pypki.py init # Create a new CA in the current directory
$ ./pypki.py csr # Create a CSR
$ ./pypki.py sign-csr <cn> # Sign a CSR with this CA key
$ ./pypki.py list # List all signed certs
+------------------------+----------------+---------+---------------------+----------+
| Common name            | Organisation   | State   | Expiration date     |   Serial |
|------------------------+----------------+---------+---------------------+----------|
| proxmox.demo.brixit.nl | Brixit         | Valid   | 2025-03-23 10:11:07 |     1000 |
+------------------------+----------------+---------+---------------------+----------+

About

PKI management tool written in python

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages