mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
d23bb08a08
commit
8041b3a5d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue