We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkcs15-toolをpython3系(できれは2.7にも)で使用は可能ですか? マイナンバーカードの証明書などを取得したいのですが、python で可能かどうかを知りたいです。 よろしくお願いいたします。
The text was updated successfully, but these errors were encountered:
pkcs15-toolはコマンドラインツールですので、pythonのos.systemやsubprocessで呼び出し可能です。 またOpenSCはPKCS#11モジュールも提供しています。証明書の取得はPKCS#11 APIでも取得できます。 これはpythonのpkcs11ライブラリから利用できますので、詳しくはライブラリのドキュメントを見てください。
os.system
subprocess
Sorry, something went wrong.
@hamano さん 大変ありがとうございました。
No branches or pull requests
pkcs15-toolをpython3系(できれは2.7にも)で使用は可能ですか?
マイナンバーカードの証明書などを取得したいのですが、python で可能かどうかを知りたいです。
よろしくお願いいたします。
The text was updated successfully, but these errors were encountered: