Python-PKI:用python编写的PKI管理工具

时间:2024-07-06 11:56:17
【文件属性】:

文件名称:Python-PKI:用python编写的PKI管理工具

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-06 11:56:17

Python

Python PKI 管理工具 这个 python 工具是一个围绕 openssl 的接口,用于简化您自己的 SSL CA 的管理。 用法 $ ./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


【文件预览】:
Python-PKI-master
----.gitignore(22B)
----opensslconfig.py(736B)
----pypki.py(5KB)
----openssl.py(3KB)
----openssldbrow.py(1KB)
----README.md(770B)
----certinfo.py(1KB)

网友评论