requests_pkcs12 通过创建一个自定义的 TransportAdapter,使得开发者可以在进行 HTTPS 请求时直接使用 PKCS#12 证书进行客户端认证,而无需进行侵入性的修改或使用不安全的临时文件。 2. 安装方法 requests_pkcs12 可以通过 pip 进行安装: bash pip install requests_pkcs12 或者,你也可以从 GitHub 获取最新开发版本...
git clone https://github.com/m-click/requests_pkcs12 Arguments The following keyword arguments are supported: If you use these parameters, don’t use the built-incertparameter ofrequestsat the same time. However, do use the other parameters. In particular, do usethe "verify" parameterto veri...
m-click/requests_pkcs12Public NotificationsYou must be signed in to change notification settings Fork33 Star123 Files master .gitignore LICENSE MANIFEST.in Makefile README.rst requests_pkcs12.py setup.py version
We have this intraweb-server that requires the clients to be authenticated with the means of client certificates. These client certificates are distributed to the users in PKCS12 keybags. Each bag contains the user's private key, the user's cert, the web-server cert and the CA's cert. 1...
I'm using your Crypt::SSLeay, and I'm very happy this works. Thank you very much for this!! We have this intraweb-server that requires the clients to be authenticated with the means of client certificates. These client certificates are distributed to the users in PKCS12 keybags. Each ba...