Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你们知道可以生成openVPN证书的python“脚本”吗?我需要这个来将它与我的 django 项目集成......
谢谢。
您是否设置了所需的PKI,即您是否建立了自己的证书颁发机构?如果是这样,那么将目录更改为easy-rsa(请参阅我刚刚指出的文档以了解如何在各种平台中找到该目录)并使用 Python为感兴趣的客户端subprocess运行build-key可能是最简单的。
easy-rsa
subprocess
build-key
查看django-x509的源代码。
特别是基本x509模型_generate的方法。
_generate