From 391f33337cc83ad10485de4d3dcce2f71f2eacb9 Mon Sep 17 00:00:00 2001 From: th0ughtcrime <98361438+th0ughtcrime@users.noreply.github.com> Date: Sun, 2 Oct 2022 05:16:28 +0300 Subject: [PATCH] gpgconf: add page (#8616) * gpgconf: add page * gpgconf: fix formatting --- pages/common/gpgconf.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/gpgconf.md 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}}`