sshd-openpgp-auth-list(1) | General Commands Manual | sshd-openpgp-auth-list(1) |
NAME
sshd-openpgp-auth-list - List local OpenPGP certificates that serve as trust anchor
SYNOPSIS
sshd-openpgp-auth list [-f|--filter] [-o|--openpgp-dir] [-t|--time] [-h|--help]
DESCRIPTION
List local OpenPGP certificates that serve as trust anchor
By default this command lists all OpenPGP certificates in a directory, that are currently valid. Optionally, the certificates can be filtered by a hostname. Additionally, a custom reference time may be provided to show valid certificates at a different point in time.
OPTIONS
- -f, --filter=HOSTNAME
- A hostname, as fully qualified domain name (FQDN), by which to filter
May also be specified with the SOA_FILTER
environment variable.
- -o, --openpgp-dir=DIR
- A custom directory in which to look for OpenPGP certificates (defaults to "/var/lib/sshd-openpgp-auth/")
May also be specified with the SOA_OPENPGP_DIR
environment variable.
- -t, --time=TIME
- A custom reference time formatted as an RFC3339 string (defaults to now)
May also be specified with the SOA_TIME
environment variable.
- -h, --help
- Print help (see a summary with '-h')
sshd-openpgp-auth-list |