summaryrefslogtreecommitdiff
path: root/contrib/python/docs/source/examples/example7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/docs/source/examples/example7.rst')
-rw-r--r--contrib/python/docs/source/examples/example7.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/python/docs/source/examples/example7.rst b/contrib/python/docs/source/examples/example7.rst
new file mode 100644
index 0000000..3e3e2dc
--- /dev/null
+++ b/contrib/python/docs/source/examples/example7.rst
@@ -0,0 +1,8 @@
+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
+