From aa29d8f7b945c1aa1b6b2e5622bfaaa973aede9f Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Tue, 3 Jun 2014 20:14:36 +0530 Subject: ..code-block and not ..code fixed --- content/devops/copyninja_info_dnssec_enabled.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/devops') diff --git a/content/devops/copyninja_info_dnssec_enabled.rst b/content/devops/copyninja_info_dnssec_enabled.rst index e2daa55..298c2ec 100644 --- a/content/devops/copyninja_info_dnssec_enabled.rst +++ b/content/devops/copyninja_info_dnssec_enabled.rst @@ -69,7 +69,7 @@ signing and including KSK and ZSK keys into bind configuration which otherwise should be done manually. Here is the command line I used for generating keys, thanks to `Jonas `_ for this. -.. code:: bash +.. code-block:: bash mkdir -p /etc/bind/keys zonesigner -algorithm RSASHA256 -keydirectory /etc/bind/keys\ @@ -90,7 +90,7 @@ file. zone before 30 days. For resigning just run zonesigner from /etc/bind/keys. You can setup cron job to do this periodically. -.. code:: bash +.. code-block:: bash zonesigner -zone example.com /path/to/db.example.com -- cgit v1.2.3