milahu / nssdb-py

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%