Update INSTALL.md

This commit is contained in:
kflux 2014-02-26 12:16:04 +01:00
parent e152beccb9
commit ff3288ac97
1 changed files with 8 additions and 9 deletions

View File

@ -33,15 +33,14 @@
8. create a dedicated user to store the public keys with these example commands: 8. create a dedicated user to store the public keys with these example commands:
`usermod -d /var/gpg nobody` usermod -d /var/gpg nobody
`mkdir -p /var/gpg/.gnupg` mkdir -p /var/gpg/.gnupg
`mkdir -p /var/smime/certs` mkdir -p /var/smime/certs
`mkdir -p /var/smime/templates` mkdir -p /var/smime/templates
`chown -R nobody /var/gpg` chown -R nobody /var/gpg
`chown -R nobody /var/smime` chown -R nobody /var/smime
`chmod 700 /var/gpg/.gnupg` chmod 700 /var/gpg/.gnupg
`sudo -u nobody /usr/bin/gpg --import /some/public.key --homedir=/var/gpg/.gnupg` sudo -u nobody /usr/bin/gpg --import /some/public.key --homedir=/var/gpg/.gnupg
- Replace `/some/public.key` with the location of a public key - Replace `/some/public.key` with the location of a public key
- `/some/public.key` can be deleted after importation - `/some/public.key` can be deleted after importation