The php reference has functions like openssl_csr_get_subject, but how do I get the subjectAltNames from the csr?
I dont think that its possible, I instead went with phpseclib to do this for me.