win32crypt.PFXImportCertStore
PyCERTSTORE = PFXImportCertStore(PFX, Password , Flags )
Creates a certificate store from PKCS#12 data (*.PFX files)
Parameters
Comments
MSDN docs specify that *one* of the Flags can be used, but in practice a combination is allowedDepending on the encrypting application, a blank password ("") may be treated differently that a NULL password (None), so if you have a PFX with no password try both.
Win32 API References