mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgconf: Add config file for Windows Registry dumps.
* tools/gpgconf.c (show_registry_entries_from_file): New. (show_configs): Call it. * doc/examples/gpgconf.rnames: New. * doc/Makefile.am (examples): Add it.
This commit is contained in:
parent
171725c971
commit
5fb2306b97
3 changed files with 85 additions and 1 deletions
12
doc/examples/gpgconf.rnames
Normal file
12
doc/examples/gpgconf.rnames
Normal file
|
@ -0,0 +1,12 @@
|
|||
# gpgconf-rnames.lst
|
||||
# Additional registry settings to be shown by "gpgconf -X".
|
||||
#
|
||||
# Example: HKCU\Software\GNU\GnuPG:FooBar
|
||||
#
|
||||
# HKCU := The class. Other supported classes are HKLM, HKCR, HKU,
|
||||
# and HKCC. If no class is given and the string thus starts
|
||||
# with a backslash HKCU with a fallback to HKLM is used.
|
||||
# Software\GNU\GnuPG := The actual key.
|
||||
# FooBar := The name of the item. if a name is not given the default
|
||||
# value is used.
|
||||
#
|
Loading…
Add table
Add a link
Reference in a new issue