gpgconf: add page (#8616)

* gpgconf: add page

* gpgconf: fix formatting
pull/1/head
th0ughtcrime 2022-10-02 05:16:28 +03:00 committed by GitHub
parent ae3b0b1adf
commit 391f33337c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/common/gpgconf.md Normal file
View File

@ -0,0 +1,24 @@
# gpgconf
> Modify .gnupg home directories.
> More information: <https://www.gnupg.org/documentation/manuals/gnupg/gpgconf.html>.
- 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}}`