LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

key.dns_resolver

resolves DNS keys for the kernel keyring

TLDR

Resolve DNS key
$ key.dns_resolver [domain]
copy
Resolve DNSSEC key
$ key.dns_resolver -t DNSKEY [domain]
copy

SYNOPSIS

key.dns_resolver [options] domain

DESCRIPTION

key.dns_resolver is a Linux kernel utility that resolves DNS security keys and stores them in the kernel keyring. It is primarily used for DNSSEC validation, fetching DNSKEY and DS records from DNS servers and making them available to kernel subsystems that need to verify the authenticity of DNS responses.The tool operates as a helper program invoked by the kernel's key management facility (request-key) rather than being called directly by users in most cases. When the kernel needs a DNS key for authentication purposes, it triggers key.dns_resolver to perform the lookup and populate the keyring automatically. This mechanism supports DNS-based authentication of named entities (DANE) and other security protocols that rely on cryptographic keys published in DNS.

PARAMETERS

DOMAIN

Domain to resolve key for.
-t TYPE
Key type (DNSKEY, DS).
--help
Display help information.

INSTALL

sudo apt install keyutils
copy
sudo dnf install keyutils
copy
sudo pacman -S keyutils
copy
sudo apk add keyutils
copy
sudo zypper install keyutils
copy
brew install keyutils
copy
nix profile install nixpkgs#keyutils
copy

CAVEATS

Kernel keyring integration. DNSSEC infrastructure required. Linux-specific.

HISTORY

key.dns_resolver is part of the Linux kernel keyring utilities, supporting DNS-based key resolution for DNSSEC.

SEE ALSO

keyctl(1), dig(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid