python-cfdiclient icon indicating copy to clipboard operation
python-cfdiclient copied to clipboard

formato RSA no soportado

Open plutarcoperez opened this issue 1 month ago • 1 comments

Al ejecutar el ejemplo con un certificado real me manda el siguiente error:

File "C:\DescargaCFDI\lib\site-packages\Crypto\PublicKey\RSA.py", line 855, in import_key
return _import_keyDER(extern_key, passphrase) File "C:\DescargaCFDI\lib\site-packages\Crypto\PublicKey\RSA.py", line 754, in _import_keyDER raise ValueError("RSA key format is not supported") ValueError: RSA key format is not supported

Lo probé con 2 certificados diferentes y manda el mismo error, qué puedo hacer?

Saludos

plutarcoperez avatar Jan 06 '26 23:01 plutarcoperez