Voting

: eight minus three?
(Example: nine)

The Note You're Voting On

su at aboynamedsu dot net
11 years ago
When you've successfully installed gnupg, you should define the GNUPGHOME environment variable and make sure the directory is writeable by the Apache user.

<?php
putenv
("GNUPGHOME=/var/www/example.com/.gnupg");
?>

<< Back to user notes page

To Top