Skip to content
  • Marius Burkard's avatar
    Merge branch 'dns-dnssec' into 'stable-3.1' · b8f4cacc
    Marius Burkard authored
    DNSSEC-Implementation for BIND-Users (Including TLSA for DANE)
    
    This implements DNSSEC on a full automatic base. Whenever a zone gets added, changed or deleted it will be signed (or in case of deletion the keys get deleted) This adds full dnssec capabilities to the system.
    
    Hints:
    - DNSKEY-Records are not visible within ISPConfig as they get added by a script by the server cron.
    - If there is low available entropy (<400 bits) new keys will not generate. In this case the zonefile (which was never signed before) stays unsigned until next change of soa or any rr in that zone. IF a key exists zone files will always be signed.
    - I recommend installing haveged - especially on VMs - which raises available entropy by a huge amount of bits
    - only de and en language included.
    - DNSSEC can be switched on/off on a per zone base and is only available for primary zones (of course).
    - Zone-Transfers will transfer the signed zone if DNSSEC is enabled for the origina...
    b8f4cacc