E
E
EEElice2019-07-19 11:47:10
Python
EEElice, 2019-07-19 11:47:10

What libraries are available in Python for working with local certificate storage?

I am writing a script that will add an ES stamp to a document like this (below in the frame):
DvLHimaXgAErK18.jpg
The main part of the work is there, you just need to implement reading the certificate from the repository.
Is there a library in python that allows you to open a list of certificates, export certificates from the store (certmgr.msc), etc.?
5d318385784b9608859210.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
gimntut, 2019-07-19
@gimntut

I don’t know about python, there are examples on powershell
Most likely you can achieve the same through WMI (but I couldn’t find it quickly)
There is also a command line utility
certutil -store -user

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question