- Re-cloned zonemaster-ldns with --recurse-submodules so the bundled ldns C library source (including Changelog and configure.ac) is present - Added autoconf, automake, libtool to Dockerfile.backend ldns-build stage so libtoolize + autoreconf can generate ldns/configure during make Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
250 B
ReStructuredText
9 lines
250 B
ReStructuredText
Generate public/private key pair
|
|
=======================================
|
|
|
|
This example shows how generate keys for DNSSEC (i.e. for signing a zone file according DNSSECbis).
|
|
|
|
.. literalinclude:: ../../../examples/ldns-keygen.py
|
|
:language: python
|
|
|