Discussions

Ask a Question
Back to All

Verification using the public certificate

I am attempting to impalement my authorization code as described at https://developer.corrigopro.com/docs/authorization. Everything is working find until step #3.

Do you have any example code showing how to verify the data using the signature and the certificate in PHP? I am attempting to use openssl_x509_parse to parse the provided certificate file but that is not working.