@RodolfoE
Try using the absolute path to the certificate pem file rather than just the filename.
If you are executing your curl command from within the directory where your pem file resides, try using "./<pem filename>".
Otherwise curl may try looking up yoru pem filename as if it were an alias/nickname it expects find in some NSS database.
If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.
Thank you,
Matt