diff options
author | Werner Koch <[email protected]> | 2020-11-04 15:11:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-11-04 15:22:44 +0000 |
commit | f5a81953e172a7bb4d02f2dc0e398f379c39ec84 (patch) | |
tree | 121b884b7a61a10557510b29392703dde3154afb /doc/examples | |
parent | g13: Include a now missing header file. (diff) | |
download | gnupg-f5a81953e172a7bb4d02f2dc0e398f379c39ec84.tar.gz gnupg-f5a81953e172a7bb4d02f2dc0e398f379c39ec84.zip |
speedo,w32: Install gpg-check-pattern and example profiles.
* 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]>
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/Automatic.prf | 15 | ||||
-rw-r--r-- | doc/examples/VS-NfD.prf (renamed from doc/examples/vsnfd.prf) | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/examples/Automatic.prf b/doc/examples/Automatic.prf new file mode 100644 index 000000000..41f9bea0c --- /dev/null +++ b/doc/examples/Automatic.prf @@ -0,0 +1,15 @@ +# Automatic.prf - Configure options for a more automatic mode -*- conf -*- +# +# The options for each tool are configured in a section ("[TOOL]"); +# see the respective man page for a description of these options and +# the gpgconf manpage for a description of this file's syntax. + +[gpg] +auto-key-locate local,wkd,dane +auto-key-retrieve +trust-model tofu+pgp$\r$\n' + +[gpg-agent] +default-cache-ttl 900 +max-cache-ttl 3600 +min-passphrase-nonalpha 0 diff --git a/doc/examples/vsnfd.prf b/doc/examples/VS-NfD.prf index 7224e7566..edb9e018e 100644 --- a/doc/examples/vsnfd.prf +++ b/doc/examples/VS-NfD.prf @@ -1,4 +1,4 @@ -# vsnfd.prf - Configure options for the VS-NfD mode -*- conf -*- +# VS-NfD.prf - Configure options for the VS-NfD mode -*- conf -*- # # The options for each tool are configured in a section ("[TOOL]"); # see the respective man page for a description of these options and |