Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from ol3k/master
Browse files Browse the repository at this point in the history
Support for newer GPG versions
  • Loading branch information
yahesh authored Sep 10, 2019
2 parents 7184fba + 5fc942f commit 36a2559
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ sudo -u www-data -H gpg --import ./private.asc
sudo -u www-data -H gpg --import ./public.asc
```

Newer GPG versions disable stdin for key passphrases.

```
#in ~/.gnupg/gpg.conf (home of the user that will execute GPG) add:
use-agent
pinentry-mode loopback
```

### Service Setup

Rename the "config.php.default" to "config.php" and set the necessary configuration items.
Expand Down

0 comments on commit 36a2559

Please sign in to comment.