Voting

: three minus three?
(Example: nine)

The Note You're Voting On

VaD
17 years ago
Small error in this code:

$pub_key = openssl_pkey_get_public(file_get_contents('./cert.crt'));
$keyData = openssl_pkey_get_details($pub_key);
file_put_contents('./key.pub', $keyData['key']);

<< Back to user notes page

To Top