diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-22 20:47:50 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-22 20:47:50 +0200 |
commit | e806a5e1b4a9236fd138719009a286bdf9cbb10f (patch) | |
tree | 62abe5327e91454f0ade61383e7248c9c39ca16d /docs/cryptography.md | |
parent | 5b786c5c44c02a34c4e9b5658ee76ece07520c9b (diff) | |
download | kube-e806a5e1b4a9236fd138719009a286bdf9cbb10f.tar.gz kube-e806a5e1b4a9236fd138719009a286bdf9cbb10f.zip |
Docs
Diffstat (limited to 'docs/cryptography.md')
-rw-r--r-- | docs/cryptography.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cryptography.md b/docs/cryptography.md index 3a485df9..d59cf216 100644 --- a/docs/cryptography.md +++ b/docs/cryptography.md | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | To get Open PGP support we use GpgME >= 1.8.0. GpgME has now include Gpgme++ and QGpgME, that were living before in kdepim repositories. | 5 | To get Open PGP support we use GpgME >= 1.8.0. GpgME has now include Gpgme++ and QGpgME, that were living before in kdepim repositories. |
6 | 6 | ||
7 | GpgME gives use directly PGP and SMime support and needs gpg-agent, gpg2, gpgsm and a pinentry to be installed to work correctly. The package names differ between the distributions on Fedora the are named gnupg2, gnupg2-smime and pinentry-qt (there are several different flavours for diffrent environments. I think the Qt flavour mathes best). | 7 | GpgME gives us directly PGP and SMime support and needs gpg-agent, gpg2, gpgsm and a pinentry to be installed to work correctly. The package names differ between the distributions on Fedora the are named gnupg2, gnupg2-smime and pinentry-qt (there are several different flavours for diffrent environments. I think the Qt flavour matches best). |
8 | 8 | ||
9 | gnupg using ~/.gnupg as default homedir to store every file it uses. In our test docker environment, we setup all relevat files and added keys without passphrase to test PGP/SMime support. We also incuded one key `With Passphrase "test" <passphrase@example.org>`, that has a phassphrase named `test`. | 9 | gnupg using ~/.gnupg as default homedir to store every file it uses. In our test docker environment, we setup all relevat files and added keys without passphrase to test PGP/SMime support. We also incuded one key `With Passphrase "test" <passphrase@example.org>`, that has a phassphrase named `test`. |
10 | 10 | ||