I got an issue on my end while displaying the CSR Subject Alternative Name using PHP. I run some research and found some interesting, but the problem is that, it was 10 years ago and no code for reference. Here is the link: How do you get the subjectAltName from a CSR in PHP?
The library is phpseclib. It has documentation related to CSR but don't know how to use such library. Do you have idea on how to use the library and display the Subject Alternative Name?. I'm not good at coding using libraries. Really appreciate any help. Been searching for 2 days.
Thanks to @neubert for the answer that I needed, I also want to share this to anyone has the same issue as mine.