sshd-openpgp-auth-export(1) | General Commands Manual | sshd-openpgp-auth-export(1) |
NAME
sshd-openpgp-auth-export - Export OpenPGP certificates to Web Key Directory (WKD)
SYNOPSIS
sshd-openpgp-auth export [-o|--openpgp-dir] [-O|--output-dir] [-w|--wkd-type] [-t|--time] [-h|--help] <HOSTNAME>
DESCRIPTION
Export OpenPGP certificates to Web Key Directory (WKD)
By default this command exports all valid OpenPGP certificates, that match a hostname, to a Web Key Directory (WKD) structure in "wkd". Optionally, a different WKD export type can be selected and a custom reference time be chosen.
OPTIONS
- -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.
- -O, --output-dir=DIR
- A custom output directory (defaults to "wkd")
May also be specified with the SOA_WKD_OUTPUT_DIR
environment variable.
- -w, --wkd-type=WKD_TYPE
- A custom WKD type to export for (defaults to "advanced"). Choose one of ["advanced", "direct"].
May also be specified with the SOA_WKD_TYPE
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')
- <HOSTNAME>
- The hostname, as fully qualified domain name (FQDN), for which to export
sshd-openpgp-auth-export |