PKI工具包:CFSSL

jopen 10年前

CFSSL 是 CloudFlare 公司的一个 PKI 工具包,提供了命令行工具和一个 HTTP API 服务器用于签名、验证和捆绑 SSL 证书,要求使用 Go 1.3 进行编译。

使用命令行工具

命令行工具需要一个命令来指定它应该进行何种操作:

   sign             signs a certificate     bundle           build a certificate bundle     genkey           generate a private key and a certificate request     gencert          generate a private key and a certificate     serve            start the API server     version          prints out the current version


 

项目主页:http://www.open-open.com/lib/view/home/1405044288216