[python-win32] Re: Certificate Services in Windows.

Roger Upole rwupole at msn.com
Wed Mar 1 17:07:01 CET 2006


Jeff Fisher wrote:
> Hi all,
> 
> Has anyone ever used Python to work with Certificate Services in
> Windows? I'm trying to figure out if it is possible to import a
> certificate into a specific Window's Certificate Store.

You can use CAPICOM, which is an automation interface
to the cryptography and certificate APIs.  I don't think it
comes installed on most systems, but you can download
it from MSDN.

        Roger



More information about the Python-win32 mailing list