Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 954 Bytes

readme.md

File metadata and controls

28 lines (20 loc) · 954 Bytes

nssdb-py

add a ca.crt certificate to $HOME/.pki/nssdb/cert9.db and $HOME/.pki/nssdb/key4.db in python

implement this part of certutil in python:

certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "Some Authority" -i ca.crt

related

parse SSL certificates in python

aka: X.509 certificates