catool:命令行实用程序,用于创建pki结构和签署证书

时间:2021-05-24 00:58:43
【文件属性】:
文件名称:catool:命令行实用程序,用于创建pki结构和签署证书
文件大小:5KB
文件格式:ZIP
更新时间:2021-05-24 00:58:43
Python 一个简单的Python工具,用于创建PKI结构(CA /中间体),并使用它们对证书进行签名。 依存关系 Python 2.7、3.3(由于pyOpenSSL) pyOpenSSL(sudo pip安装pyopenssl) 例子 创建一个CA和一个中间CA sh$ catool create -cn myca.example.com -lt 1825 > myca.pem # Creates our CA key and certificate (self-signed), pipes both to a file myca.pem. Sets lifetime to 5 years. sh$ catool create -cn myintermediateca.example.com -lt 1825 -pc myca.pem -serial 2 -pl 0 > myintermed
【文件预览】:
catool-master
----.gitignore(17B)
----LICENSE(1KB)
----README.md(6KB)
----catool(9KB)

网友评论