Search code examples
phpopensslcsr

How do you get the subjectAltName from a CSR in php?


The php reference has functions like openssl_csr_get_subject, but how do I get the subjectAltNames from the csr?


Solution

  • I dont think that its possible, I instead went with phpseclib to do this for me.