Try to fix it again. Sorry, I'm not good at markdown.

This commit is contained in:
fkrone 2015-03-15 20:07:32 +01:00
parent 71c189ba52
commit 9152d17533
1 changed files with 2 additions and 2 deletions

View File

@ -50,12 +50,12 @@
- If you encounter any errors when using this command you might need to kill active processes from nobody
`mkdir -p /var/gpg/.gnupg
mkdir -p /var/gpg/.gnupg
mkdir -p /var/smime/certs
chown -R nobody /var/gpg
chown -R nobody /var/smime
chmod 700 /var/gpg/.gnupg
sudo -u nobody /usr/bin/gpg --homedir=/var/gpg/.gnupg --import /some/public.key`
sudo -u nobody /usr/bin/gpg --homedir=/var/gpg/.gnupg --import /some/public.key
- Replace `/some/public.key` with the location of a public key
- `/some/public.key` can be deleted after importation