mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
a4fa4b5d4b
* 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 <wk@gnupg.org>
25 lines
546 B
Plaintext
25 lines
546 B
Plaintext
# 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
|
|
# the gpgconf manpage for a description of this file's syntax.
|
|
|
|
[gpg]
|
|
compliance de-vs
|
|
|
|
[gpgsm]
|
|
compliance de-vs
|
|
enable-crl-checks
|
|
|
|
[gpg-agent]
|
|
default-cache-ttl 900
|
|
max-cache-ttl 3600
|
|
no-allow-mark-trusted
|
|
no-allow-external-cache
|
|
enforce-passphrase-constraints
|
|
min-passphrase-len 9
|
|
min-passphrase-nonalpha 0
|
|
|
|
[dirmngr]
|
|
allow-ocsp
|