Lookup the DNS record that a ACME DNS-01 challenge will use
Lookup the DNS record that a ACME DNS-01 challenge will use for a domain.
The command returns the fully resolved DNS name where the TXT record for the ACME DNS-01 challenge should be placed. By default, this is ‘_acme-challenge.[domain]’, but if CNAME records are configured, the command will follow them and return the final target name.
Example: vcli acme lookup-dns example.com
vcli acme lookup-dns [domain] [flags]
-h, --help help for lookup-dns
-c, --config string configuration file for the CLI (default ~/.vcli.yml)
Could also be set via VARNISH_CONTROLLER_CLI_CONFIG=/path/to/config.yml
--csv Output the response table as CSV format.
-j, --json Output the response table as JSON format.