SSブログ

SSL証明書リストのありか [Python]

自分メモ

Pythonで参照しているSSL証明書リストのファイルパスを確認する方法
https://qiita.com/kai_kou/items/21809a358e00b971d2d3

独自(root)CA のインストール方法
https://qiita.com/msi/items/9cb90271836386dafce3

pem: Easy PEM file parsing
https://pypi.org/project/pem/

Python requestsライブラリは認証局の証明書をどう管理する?
https://dev.classmethod.jp/articles/how-to-manage-ca-root-certs-for-requets-library/

Certifi
https://certifiio.readthedocs.io/en/latest/
https://pypi.org/project/certifi/

check-tls-certs
https://github.com/fschulze/check-tls-certs

そのうち、自分で(pythonで)サーバー証明書の検証をやってみたい
https://stackoverflow.com/questions/46553338/how-to-verify-certificate-signature-in-pyopenssl
https://milestone-of-se.nesuke.com/sv-advanced/digicert/digital-certification-summary/
コメント(0) 
共通テーマ:日記・雑感