Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bind-dnssec
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Valentin Samir
bind-dnssec
Commits
90d95c2a
Commit
90d95c2a
authored
May 06, 2018
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add license informations
parent
4014fbf2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
696 additions
and
0 deletions
+696
-0
LICENSE
LICENSE
+675
-0
README.rst
README.rst
+9
-0
dnssec_keys_management.py
dnssec_keys_management.py
+12
-0
No files found.
LICENSE
0 → 100644
View file @
90d95c2a
This diff is collapsed.
Click to expand it.
README.rst
View file @
90d95c2a
Bind9 DNSSEC keys management
############################
|licence| |codacy|
Since version 9.7, BIND9 added support for auto-dnssec. After initial configuration,
servers using auto-dnssec will automatically sign and re-sign zones at the appropriate time as
determined by key metadata. However, keys generation and rotation planning is left to the
...
...
@@ -284,3 +286,10 @@ scheduling KSK rotation, but you can skip the tests with the ``--no-check`` opti
Beware that with the ``--no-check`` keys will be rotate whether the DS are published in the
parent zone or not. Use it very carefully.
.. |licence| image:: https://badges.genua.fr/github/license/nitmir/bind-dnssec.svg
:target: https://www.gnu.org/licenses/gpl-3.0.html
.. |codacy| image:: https://badges.genua.fr/codacy/grade/a262f8980c514d85951f89f4e7b47916/master.svg
:target: https://app.codacy.com/app/valentin-samir/bind-dnssec
\ No newline at end of file
dnssec_keys_management.py
View file @
90d95c2a
#!/usr/bin/env python3
# -*- coding: utf8 -*-
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License version 3 for
# more details.
#
# You should have received a copy of the GNU General Public License version 3
# along with this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# (c) 2015-2018 Valentin Samir
# (c) 2017 Hamza Dely
#
# pylint: disable=locally-disabled,invalid-name
"""The script allow to manage bind dnssec keys (generate new keys and handle key rollover)."""
import
os
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment