(PHP 4 >= 4.2.0, PHP 5, PHP 7)
Sign a CSR with another certificate (or itself) and generate a certificate
resource openssl_csr_sign ( mixed $csr, mixed $cacert, mixed $priv_key, int $days [, array $configargs [, int $serial = 0 ]] )
openssl_csr_sign() generates an x509 certificate resource from the given CSR.
Note: You need to have a valid openssl.cnf installed for this function to operate correctly. See the notes unde