Typo fixes

This commit is contained in:
William Desportes
2021-07-12 16:13:01 +02:00
committed by Benjamin Fry
parent 9b46575f52
commit cefa6f2c4e
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ Low-level crates supporting the above high-level crates:
Binaries:
- **[trust-dns](bin/)** - server binary, `named`, for hosting authorites, zones, and/or setting up a forwarder
- **[trust-dns](bin/)** - server binary, `named`, for hosting authorities, zones, and/or setting up a forwarder
- **[trust-dns-util](util/)** - helpful utilities, e.g. `resolve` for a CLI resolver, as well as some DNSSEC utilities
## TBD

View File

@@ -93,7 +93,7 @@ This utility can be used to output raw bytes in the DNSKEY RDATA format. This is
$ cargo run --bin pem-to-public-dnskey -- --help
Trust-DNS pem-to-public-dnskey 0.11.3
Benjamin Fry <benjaminfry@me.com>
Converts a PEM formatted pubblic key into a raw public dnskey (this is not the inverse of bind_dnskey_to_pem). This can be used to create a dnskey in the TrustAnchor internal
Converts a PEM formatted public key into a raw public dnskey (this is not the inverse of bind_dnskey_to_pem). This can be used to create a dnskey in the TrustAnchor internal
format.
USAGE: