Fix doc bug #54330 (incorrect variable in example).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309492 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2011-03-21 04:53:34 +00:00
parent d23bb08a08
commit 8041b3a5d6

View file

@ -143,7 +143,7 @@ $csrdata = $_POST["CSR"];
$cacert = "file://path/to/ca.crt";
$privkey = array("file://path/to/ca.key", "your_ca_key_passphrase");
$userscert = openssl_csr_sign($csrdata, $cacert, $privkey, 365);
$usercert = openssl_csr_sign($csrdata, $cacert, $privkey, 365);
// Now display the generated certificate so that the user can
// copy and paste it into their local configuration (such as a file