aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgsm-gencert.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-03drop long-deprecated gpgsm-gencert.shDaniel Kahn Gillmor1-203/+0
* tools/gpgsm-gencert.sh: remove deprecated script entirely. It is fully replaced by gpgsm --gen-key * doc/tools.texi: remove gpgsm-gencert.sh documentation * .gitignore: no longer ignore gpgsm-gencert.sh manpage * doc/Makefile.am: quit making the manpage * tools/Makefile.am: quit distributing the script * doc/howto-create-a-server-cert.texi: overhaul documentation to use gpgsm --gen-key and tweak explanations -- The commit deprecating gpgsm-gencert.sh (81972ca7d53ff1996e0086702a09d4405bdc2a7e) dates back exactly 6 years. https://codesearch.debian.net/results/gpgsm-gencert.sh suggests that in all of debian it is only referenced in documentation (for poldi and scute) and example files (libept), and isn't actually used directly anywhere. Furthermore, trying to use gpgsm-gencert.sh to make a simple webserver certificate-signing request failed for me, following the examples in doc/howto-create-a-server-cert.texi exactly. It's time we ripped off this band-aid :) Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2009-07-02Create a pkcs#10 request directly from a card.Werner Koch1-1/+3
Deprecate gpgsm-gencert.sh script.
2007-09-042007-09-04 Moritz Schulte <[email protected]>Moritz Schulte1-2/+2
* gpgsm-gencert.sh: Use printf instead of echo.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-10-23.Werner Koch1-21/+45
2006-10-11Allow pkcs#10 creation directkly from a smart cardWerner Koch1-14/+22
2005-08-01About to release 1.9.18V1-9-18Werner Koch1-5/+15
2005-07-21* gpgsm.c (main): New options --no-log-file and --debug-none.Werner Koch1-7/+49
* certreqgen.c (get_parameter, get_parameter_value): Add SEQ arg to allow enumeration. Changed all callers. (create_request): Process DNS and URI parameters. * gpgsm-gencert.sh: Reworked to allow for multiple email addresses as well as DNsanmes and URi. Present the parameter file before creating the certificate.
2004-10-22* Makefile.am (bin_SCRIPTS): Add gpgsm-gencert.shWerner Koch1-12/+16
* gpgsm-gencert.sh: Fixed copyright; its part of GnuPG thus FSF.
2004-08-092004-08-09 Moritz Schulte <[email protected]>Moritz Schulte1-0/+115
* gpgsm-gencert.sh: New file.