list
Retrieve your zone's DNSSEC keys
Usage
ionosctl dns dnssec list [flags]
Aliases
For dnssec
command:
[sec dnskey key keys]
For list
command:
[l ls get g]
Description
Retrieve your zone's DNSSEC keys
Options
-u, --api-url string Override default host url (default "dns.de-fra.ionos.com")
--cols strings Set of columns to be printed on output
Available columns: [Id KeyTag DigestAlgorithmMnemonic Digest Validity Flags PubKey ComposedKeyData Algorithm KskBits ZskBits NsecMode Nsec3Iterations Nsec3SaltBits] (default [Id,KeyTag,DigestAlgorithmMnemonic,Digest,Validity])
-c, --config string Configuration file used for authentication (default "$XDG_CONFIG_HOME/ionosctl/config.json")
-f, --force Force command to execute without user input
-h, --help Print usage
--no-headers Don't print table headers when table output is used
-o, --output string Desired output format [text|json|api-json] (default "text")
-q, --quiet Quiet output
-v, --verbose Print step-by-step process when running command
-z, --zone string The name or ID of the DNS zone
Examples
ionosctl dns keys list --zone ZONE
ionosctl dns keys list --zone ZONE --cols ComposedKeyData --no-headers
ionosctl dns keys list --zone ZONE --cols PubKey --no-headers
Last updated