diff options
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 |