diff options
author | Vasudev Kamath <kamathvasudev@gmail.com> | 2014-06-03 20:14:36 +0530 |
---|---|---|
committer | Vasudev Kamath <kamathvasudev@gmail.com> | 2014-06-03 20:14:36 +0530 |
commit | aa29d8f7b945c1aa1b6b2e5622bfaaa973aede9f (patch) | |
tree | 2573fb74ccf896e60d477d40d641705d04ef83a7 /content/devops | |
parent | 2c3231db49f05e40c87424c16d6494947788f798 (diff) |
..code-block and not ..code fixed
Diffstat (limited to 'content/devops')
-rw-r--r-- | content/devops/copyninja_info_dnssec_enabled.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 <http://dr.jones.dk>`_ 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 |