Closed stefanpejcic closed 2 months ago
DNSSEC can be enabled and used from the terminal:
to enable dnssec for example.net :
bash <(curl -sSL https://gist.githubusercontent.com/stefanpejcic/e229cb6911b39776cfe7a11991ee073f/raw/6ec9cd2f62834ff2baaa0af4b6047825a116d2f1/domains_dnssec.sh) example.com
to update the zone after publishing new records:
bash <(curl -sSL https://gist.githubusercontent.com/stefanpejcic/e229cb6911b39776cfe7a11991ee073f/raw/6ec9cd2f62834ff2baaa0af4b6047825a116d2f1/domains_dnssec.sh) example.com --update
to check if domain has dnssec enabled and view DS records:
bash <(curl -sSL https://gist.githubusercontent.com/stefanpejcic/e229cb6911b39776cfe7a11991ee073f/raw/6ec9cd2f62834ff2baaa0af4b6047825a116d2f1/domains_dnssec.sh) example.com --check
Source: https://pcx3.com/free-openpanel/setting-dnssec-for-domains-in-openpanel/
To now incorporate DNSEC in OpenPanel interface we need to:
Description
DNSSEC can be enabled and used from the terminal:
to enable dnssec for example.net :
to update the zone after publishing new records:
to check if domain has dnssec enabled and view DS records:
Source: https://pcx3.com/free-openpanel/setting-dnssec-for-domains-in-openpanel/
To now incorporate DNSEC in OpenPanel interface we need to: