sshd-openpgp-auth-proof-dns-add(1) | General Commands Manual | sshd-openpgp-auth-proof-dns-add(1) |
NAME
sshd-openpgp-auth-proof-dns-add - Add DNS proof to an OpenPGP certificate
SYNOPSIS
sshd-openpgp-auth proof dns add [-o|--openpgp-dir] [-f|--fingerprint] [-s|--stdout] [-t|--time] [-h|--help]
DESCRIPTION
Add DNS proof to an OpenPGP certificate
This proof, when accompanied with a respective DNS TXT record connects the OpenPGP certificate with the DNS zone.
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.
- -f, --fingerprint=FINGERPRINT
- An OpenPGP fingerprint to identify a specific certificate
May also be specified with the SOA_FINGERPRINT
environment variable.
- -s, --stdout
- Output the OpenPGP certificate to stdout instead of a file
- -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-proof-dns-add |