Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

GPG Configuration - Control GPG Settings | Online Free DevTools by Hexmos

Control GPG settings effortlessly with GPG Configuration. List components, check programs, and manage configurations with ease. Free online tool, no registration required.

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 {{[-L|--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}}

See Also