Creating a TSIG Key
Create a TSIG key to enable DNS to authenticate updates to secondary zones.
See TSIG Keys for more information about TSIG keys and how they're used in zones.
For general service information, see the DNS service overview.
Use the tsig create command and required parameters to create a TSIG key:
oci dns tsig-key create --compartment-id compartment_id --name tsig_key_name --algorithm tsig_key_algorithm ... [OPTIONS]
TSIG key algorithms are encoded as domain names, but most consist of only one label that isn't empty, which isn't required to be explicitly absolute. Applicable algorithms include:
hmac-sha1
,hmac-sha224
,hmac-sha256
,hmac-sha512
.For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Run the CreateTsigKey operation to create a TSIG key.