diff options
author | Ben McGinnes <[email protected]> | 2018-03-25 00:35:11 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-03-25 00:35:11 +0000 |
commit | 3b724aae423f2de01812165d54df2a7b524c82f6 (patch) | |
tree | b95a3f443331f020ff987064dc5cf561bb85c2fc | |
parent | script: temporary homedir creation (diff) | |
download | gpgme-3b724aae423f2de01812165d54df2a7b524c82f6.tar.gz gpgme-3b724aae423f2de01812165d54df2a7b524c82f6.zip |
doc: python bindings howto
* Added a reference to new script which will setup a temporary homedir
for a user.
-rw-r--r-- | lang/python/docs/GPGMEpythonHOWTOen.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org index 4d1124f0..08f9ef75 100644 --- a/lang/python/docs/GPGMEpythonHOWTOen.org +++ b/lang/python/docs/GPGMEpythonHOWTOen.org @@ -1091,6 +1091,10 @@ permissions set to only permit access by the directory owner. On posix systems this means setting the directory permissions to 700. + The =temp-homedir-config.py= script in the HOWTO examples directory + will create an alternative homedir with these configuration options + already set and the correct directory and file permissions. + The successful generation of the key can be confirmed via the returned =GenkeyResult= object, which includes the following data: |