Skip to content

Commit

Permalink
ref #2: added note for gpg folder permission
Browse files Browse the repository at this point in the history
  • Loading branch information
timegrid committed Sep 11, 2015
1 parent 1a558ac commit 38ae8f7
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,18 @@ Installation

``$sudo service apache2 restart``

#. Log in as the user owning the redmine process (e.g. ``redmine``)

``$su redmine``

#. Ensure, that the gpg ring is created

``$gpg --list-keys``

#. Ensure, that the gpg ring folder is owned by the user owning the redmine process

``$chown redmine ~/.gnupg``


Configuration
=============
Expand Down Expand Up @@ -153,7 +165,9 @@ Adding an existing private PGP key server-side

#. Export the private PGP key (ascii armored, from ``-----BEGIN PGP PRIVATE KEY BLOCK-----`` to ``-----END PGP PRIVATE KEY BLOCK-----``) and save it into a file on the server

#. Login as the user owning the redmine process (important for using the right gpg key ring)
#. Login as the user owning the redmine process (e.g. ``redmine``), to use the right gpg key ring

``$su redmine``

#. Change into redmine root directory

Expand All @@ -166,7 +180,9 @@ Adding an existing private PGP key server-side
Generating a new private PGP key server-side
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#. Login as the user owning the redmine process (important for using the right gpg key ring)
#. Login as the user owning the redmine process (e.g. ``redmine``), to use the right gpg key ring

``$su redmine``

#. Change into redmine root directory

Expand Down

0 comments on commit 38ae8f7

Please sign in to comment.