I'm trying to implement a program that signs a request using a pfx file in python 3.12.
Everything is running fine when working in the local env, in an ubuntu pc. But when I try to deploy the code into a lambda app I'm getting the error "Could not deserialize PKCS12 data"
have someone faced this issue previously?