aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/VS-NfD.prf (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-04speedo,w32: Install gpg-check-pattern and example profiles.Werner Koch1-1/+1
* doc/examples/vsnfd.prf: Rename to VS-NfD.prf. * doc/examples/Automatic.prf: New. * doc/Makefile.am (examples): Adjust. * build-aux/speedo/w32/inst.nsi: Install gpg-check-pattern.exe and 3 example files. * build-aux/speedo/w32/wixlib.wxs: Add new files. -- Note that we renamed the existing example profile so that kleopatra shows a nicer name. In fact the gpg4win installer just copies of theses file but it is better to maintain them here. gpg-check-pattern.exe can no be installed because we meanwhile have a regex lib which works also on Windows. Signed-off-by: Werner Koch <[email protected]>
2020-10-01doc: Remove enable-extended-key-format in vsnfdAndre Heinecke1-1/+0
* doc/examples/vsnfd.prf: Remove enable-extended-key-format -- This is no longer a valid option for gpg-agent because it is now the default. (cherry picked from commit d833030f8cf646b5de83d01fc3e412ad77ec4b1c)
2020-08-25examples: Simplify vsnfd.prfWerner Koch1-1/+0
* doc/examples/vsnfd.prf: Remove default-new-key-algo option.
2018-04-20doc: Remove unneccesary empty flags in vsndf.prfAndre Heinecke1-1/+1
* doc/examples/vsnfd.prf (max-cache-ttl): Remove empty flags. Signed-off-by: Andre Heinecke <[email protected]>
2018-04-09doc: Add an example for --default-new-key-algoWerner Koch1-1/+5
--
2018-02-09doc: Add compliance de-vs to gpgsm in vsnfd.prfAndre Heinecke1-0/+1
* doc/examples/vsnfd.prf: Set complaince mode for gpgsm.
2017-07-26doc: Update vsnfd profile exampleAndre Heinecke1-1/+1
* doc/examples/vsnfd.prf: Use rsa3072 -- This brings it in line with the requested default for vsnfd.
2017-04-03doc: Add two example profiles.Werner Koch1-0/+21
--