Commit Graph
30 Commits
Author SHA1 Message Date
Jannik Peters b82cb04f55 Update man pages 2026-05-15 13:37:59 +02:00
1f24f3ea17 Initial support for set tsig-store-path and set publication-nameserver. (#166)
Co-authored-by: Philip Homburg <philip@nlnetlabs.nl>
2026-04-09 15:46:56 +02:00
Ximon EighteenandGitHub bf71dfa6be Remove duplicated keyset man page texts. (#168) 2026-04-07 22:29:32 +02:00
Jannik PetersandGitHub 5b463539b7 Add documentation about dnst-ldnsutils package and update man pages (#165)
* Update man pages

* Fix typo

* Note where differences are documented

* Fix cargo install instruction

* Document ldns emulation mode on RtD index page

* Document dnst-ldnsutils package installation
2026-03-13 15:42:57 +01:00
Philip-NLnetLabsandGitHub 76035ccac5 Keyset extra KSK and ZSK rolls (#149) 2026-03-02 15:59:52 +01:00
ff82cf333c Keyset faketime (#146)
Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>
2026-03-02 14:49:52 +01:00
Philip-NLnetLabsandGitHub bd9f9ea6a2 Add autoremove-delay to the keyset subcommand. (#140) 2026-02-27 16:22:26 +01:00
Ximon EighteenandGitHub 50e0f749a0 Rename references to kmip2pkcs11 to cascade-hsm-bridge. (#161) 2026-02-27 10:19:04 +01:00
Jannik Peters 6c21779268 Fix indentation of docker instructions 2026-02-16 12:14:08 +01:00
Jannik Peters 54c687f099 Fix indentation of docker instructions 2026-02-16 12:06:12 +01:00
7dd1d750e7 Add docker docs (#143)
* Enable docker hub credentials

* Update ploutos to v9

* Add docker installation instructions

* Make DOCKER_HUB_ID a GitHub variable

* Update Cargo.lock

* Update doc/manual/source/installation.rst

Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>

---------

Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>
2026-02-16 11:50:54 +01:00
44e2a88748 CLI Key Management (#61)
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>
Co-authored-by: arya dradjica <arya@nlnetlabs.nl>
Co-authored-by: Jannik Peters <jannik@nlnetlabs.nl>
2026-01-23 09:46:18 +01:00
Philip Homburg c776dd6e59 Changelog and nsec3hash manual page. 2026-01-22 17:07:16 +01:00
Jannik PetersandGitHub 6915b816a6 Reimplement dnst update with better UI (#115) 2025-09-03 12:20:51 +02:00
Jannik PetersandGitHub 26000cb807 Add verbosity option to man page (#113) 2025-08-11 10:05:39 +02:00
Ximon EighteenandGitHub e4fcc04310 Make version argument handling more consistent. (#86) 2025-08-08 13:41:46 +02:00
Jannik PetersandGitHub 79baa04389 Remove NSEC3 algorithm option for dnst (#104)
The NSEC3 algorithm option only had one possible value (SHA-1) and is
therefore unnecessary.
2025-08-07 10:20:25 +02:00
Ximon EighteenandGitHub 1b90fc14ef Various man page updates and consistency tweaks. (#84) 2025-06-04 10:55:59 +02:00
Ximon EighteenandGitHub 4f12ded4e0 Package dnst as DEB & RPM packages, and Docker images. (#22)
Note:
- Man pages have to be generated via `make man` and committed to Git to be included in the generated packages.
- Docker images are built but not yet published to Docker Hub as the required automation credentials have not yet been provisioned.
2025-06-04 10:34:56 +02:00
Alex Band ccbb5d0313 Clean up --git explanation 2025-06-03 20:34:10 +02:00
Alex Band 2e5a044491 Attempt to fix tabs css 2025-06-03 20:27:57 +02:00
Alex Band 8a1957716f crates.io is not yet available 2025-06-03 20:16:59 +02:00
Alex Band f82d5b3014 installation instructions 2025-06-03 19:53:38 +02:00
Ximon EighteenandGitHub 7ec5de2bc6 Add signzone command. (#8)
Note: Lacks Bubble Babble and OpenSSL Engine support compared to the original `ldns-signzone`.
2025-06-02 14:32:55 +02:00
Ximon EighteenandGitHub 0dcd6ee03c Add support for -I to notify. (#85)
Duplicates `UdpConnect` from `domain` and extends it to support setting the source address.
2025-05-30 13:53:40 +02:00
d28f507df5 nsec3-hash: set default number of iterations to 0 (#64)
* nsec3-hash: set default number of iterations to 0

This reverts commit 645fd13e62.

* Update the ldns-nsec3-hash man page to reflect the changed default number of iterations.

---------

Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>
2025-04-23 09:32:18 +02:00
Koen van HoveandGitHub e2975c3d87 Fix hamburger menu in documentation (#50) 2025-04-14 21:51:54 +02:00
9744d9e1ca Add nsec3-hash command. (#6)
Co-authored-by: Jannik <jannik@nlnetlabs.nl>
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2024-11-22 13:48:10 +01:00
bfbf492e32 Add manual pages (#26)
* Fix sphinx default language

* Add ldns-nsec3-hash man page based on the original, and adjust the dnst-nsec3-hash page to match the current help output of the command.

* Update dnst-nsec3-hash.rst

* Add key2ds manual

* Add dnst-keygen manual

* Change dnst-keygen algorithms to list from table

* Change dnst-keygen algorithms back to table

* Add ldns-keygen manual

* Add notify manuals

* Add signzone manuals

* Add subcommands to dnst manual and table of contents

* Update dnst-nsec3-hash manual

* Add update manual

* Apply feedback

* Apply further feedback

* Move signzone date description into own section

* Update signzone hash iterations manual text

* Add Arguments sections

* Add basic intro text for dnst

* Fix ldns-signzone default nsec3 hash iterations

* Update nse3-hash defaults and wording

* Update dnst-key2ds ignore-sep and force

* Update nse3-hash default to what it is currently in main

---------

Co-authored-by: Ximon Eighteen <3304436+ximon18@users.noreply.github.com>
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2024-11-19 14:26:24 +01:00
Martin HoffmannandGitHub fd099cedc4 Add scaffolding for docs plus man pages for dnst and dnst nsec3-hash. (#11) 2024-11-11 15:31:16 +01:00