diff options
author | Werner Koch <wk@gnupg.org> | 2004-10-22 14:30:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-10-22 14:30:34 +0200 |
commit | 5b12394f805405daea5532be8256ca736f6ca486 (patch) | |
tree | 5a4b9a2c648d66703706840a5fac8c83c2f68028 | |
parent | * app-openpgp.c (do_sign): Replace asprintf by direct allocation. (diff) | |
download | gnupg2-5b12394f805405daea5532be8256ca736f6ca486.tar.xz gnupg2-5b12394f805405daea5532be8256ca736f6ca486.zip |
(Helper Tools): Document gpgsm-gencert.sh.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/tools.texi | 18 |
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index c5ff57691..4262865a5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-22 Werner Koch <wk@g10code.com> + + * tools.texi (Helper Tools): Document gpgsm-gencert.sh. + 2004-10-05 Werner Koch <wk@g10code.com> * gpg-agent.texi (Invoking GPG-AGENT): Tell that GPG_TTY needs to diff --git a/doc/tools.texi b/doc/tools.texi index 79ae85d90..086f71df1 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -11,6 +11,7 @@ GnuPG comes with a couple of smaller tools: * watchgnupg:: Read logs from a socket. * addgnupghome:: Create .gnupg home directories. * gpgconf:: Modify .gnupg home directories. +* gpgsm-gencert.sh:: Generate an X.509 certificate request. @end menu @c @@ -575,3 +576,20 @@ $ echo 'force:16:' | gpgconf --change-options dirmngr The @code{--runtime} option can influence when the changes take effect. + +@c +@c GPGSM-GENCERT.SH +@c +@node gpgsm-gencert.sh +@section Generate an X.509 certificate request + +This is a simple tool to interactivly generate a certificate request +whicl will be printed to stdout. + +@noindent +@command{gpgsm-gencert.sh} is invoked as: + +@samp{gpgsm-cencert.sh} + + + |