diff --git a/doc/ostree.xml b/doc/ostree.xml
index b83177f1..161ef0bc 100644
--- a/doc/ostree.xml
+++ b/doc/ostree.xml
@@ -425,10 +425,12 @@ Boston, MA 02111-1307, USA.
GPG verification
- OSTree supports signing commits with GPG. The
- set of trusted keys is stored as keyring files in
- /usr/share/ostree/trusted.gpg.d. Any key in
- any keyring in that directory may be used to sign commits.
+ OSTree supports signing commits with GPG. The set of
+ trusted public keys is stored as keyring files in
+ /usr/share/ostree/trusted.gpg.d. Any
+ public key in a keyring file in that directory will be
+ trusted by the client. No private keys should be present
+ in this directory.