Posts by Jose Augusto Freire • 51 points
1 post
-
5
votes2
answers5569
viewsA: How to read a digital certificate file with php
Here is an example of reading the certificate in pfx format, I hope it helps! <?php //Caminho do Certificado $pfxCertPrivado = 'certificado.pfx'; $cert_password = 'senha'; if…