Search found 2 matches
- Mon Mar 07, 2005 2:20 am
- Forum: PHP - Code
- Topic: how to use openssl_csr_sign not self-signed?
- Replies: 0
- Views: 632
how to use openssl_csr_sign not self-signed?
doing $sscert = openssl_csr_sign($csr, null, $privkey, 365) "The generated certificate will be signed by cacert. If cacert is NULL, the generated certificate will be a self-signed certificate. priv_key is the private key that corresponds to cacert." -from http://ph.php.net/manual/en/functi...
- Mon Feb 28, 2005 9:48 pm
- Forum: PHP - Code
- Topic: html form - cgi - php-openssl problem
- Replies: 0
- Views: 282
html form - cgi - php-openssl problem
Good day! i'm working around a form whose action is a .cgi file which i cannot edit <form action="file.cgi" .. > from the form i need to get info needed for the certificate like the ones indicated in an openssl.cnf file (that's what certficates need right?) but i need to add some php-opens...