diff --git a/pages/common/gpgconf.md b/pages/common/gpgconf.md new file mode 100644 index 000000000..77c8704af --- /dev/null +++ b/pages/common/gpgconf.md @@ -0,0 +1,24 @@ +# gpgconf + +> Modify .gnupg home directories. +> More information: . + +- List all components: + +`gpgconf --list-components` + +- List the directories used by gpgconf: + +`gpgconf --list-dirs` + +- List all options of a component: + +`gpgconf --list-options {{component}}` + +- List programs and test whether they are runnable: + +`gpgconf --check-programs` + +- Reload a component: + +`gpgconf --reload {{component}}`