diff options
author | Werner Koch <[email protected]> | 2018-04-09 08:44:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-04-09 08:51:28 +0000 |
commit | 519e4560e821e4c41432626b241bca7d37143e01 (patch) | |
tree | dad66adc1f05d4dee0420cacbcde5ce68a0dd0dc /doc/examples | |
parent | doc: Document --key-edit:change-usage (diff) | |
download | gnupg-519e4560e821e4c41432626b241bca7d37143e01.tar.gz gnupg-519e4560e821e4c41432626b241bca7d37143e01.zip |
doc: Add an example for --default-new-key-algo
--
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/vsnfd.prf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/examples/vsnfd.prf b/doc/examples/vsnfd.prf index 1dc21e0a7..061e06982 100644 --- a/doc/examples/vsnfd.prf +++ b/doc/examples/vsnfd.prf @@ -1,12 +1,16 @@ # vsnfd.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 default-new-key-algo rsa3072/cert,sign+rsa3072/encr [gpgsm] -enable-crl-checks compliance de-vs +enable-crl-checks [gpg-agent] enable-extended-key-format |