How can I extract a client certificate from an HTTP request in Laravel? Does Request class provide any means for the purpose? My final goal is to get a client certificate in PEM format.
Asked
Active
Viewed 399 times
0
-
Anything in `dd($_SERVER['SSL_CLIENT_CERT'])` ? – Quezler May 21 '18 at 18:25
-
[Related post](https://stackoverflow.com/questions/7212119/php-and-x-509-authentication-checking-certificate-issuer) – Quezler May 21 '18 at 18:30