diff options
Diffstat (limited to '')
| -rw-r--r-- | lang/python/docs/GPGMEpythonHOWTOen.org | 42 | 
1 files changed, 42 insertions, 0 deletions
| diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org index 8f57adbc..af5a18c7 100644 --- a/lang/python/docs/GPGMEpythonHOWTOen.org +++ b/lang/python/docs/GPGMEpythonHOWTOen.org @@ -1057,6 +1057,48 @@     #+end_src +* Creating keys and subkeys +  :PROPERTIES: +  :CUSTOM_ID: key-generation +  :END: + +  The one thing, aside from GnuPG itself, that GPGME depends on, of +  course, is the keys themselves.  So it is necessary to be able to +  generate them and modify them by adding subkeys, revoking or +  disabling them, sometimes deleting them and doing the same for user +  IDs. + + +** Primary key +   :PROPERTIES: +   :CUSTOM_ID: keygen-primary +   :END: + + +** Subkeys +   :PROPERTIES: +   :CUSTOM_ID: keygen-subkeys +   :END: + + +** User IDs +   :PROPERTIES: +   :CUSTOM_ID: keygen-uids +   :END: + + +** Key preferences +   :PROPERTIES: +   :CUSTOM_ID: keygen-prefs +   :END: + + +** Key certification +   :PROPERTIES: +   :CUSTOM_ID: keygen-certify +   :END: + +  * Miscellaneous work-arounds    :PROPERTIES:    :CUSTOM_ID: cheats-and-hacks | 
