<div id="google_translate_element"></div> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element'); } </script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> |
DRAFT - working on this and will be adding some images/visuals...
How to enable DNSSEC (per zone) via the ProVision GUI
|
To enable DNSSEC on BIND9 you need to modify named.conf.options with following parameters in the options { } section:
dnssec-enable yes: dnssec-validation yes: dnssec-lookaside auto; |
These parameters may already be enabled in some Linux distributions by default, so please confirm before making changes.
Your DNSSEC implementation may need other options for your environment - please contact support@6connect.com if you have ny
Please note that you will need to restart the BIND service after these changes.
Coming soon
In this scenario, 6connect ProVision uses the DNSSEC signing functions of the respective environment we write the zones to. We are evaluating how to properly integrate DNSSEC functions to ProVision for these platforms. Please contact support@6connect.com if you have feedback or specific questions. |