DNSSEC Keys aren't generated

tim427

Verified User
Joined
Oct 3, 2018
Messages
13
https://directadminfqdn.tld:2222/admin/dns/domain.tld/security

On this page you could press the button "Generate keys"
V7DPpvu.png


After this, the following page will be shown:
WaI34XO.png


A refresh shows again this page:
V7DPpvu.png


Also the domain.tld.db.signed domain.tld.ksk.key domain.tld.ksk.private domain.tld.zsk.key domain.tld.zsk.private files aren't created.
 
I was unable to reproduce the problem. It seems like an old version of the skin, may you try updating it? https://directadmin.com/evolution.php, or just install DA pre-release binaries.

I am fairly sure I am on the latest version of the skin. I dont get the DNSSec screens. I have the link DNSSEC

Code:
Cannot Execute Your Request The requested command requires POST but GET was used


I do have dnssec=1. I followed this guide https://help.directadmin.com/item.php?id=651

I was able to use enhanced to create everything but no luck seeing anything in evolution.
 
Last edited:
I am fairly sure I am on the latest version of the skin. I dont get the DNSSec screens. I have the link DNSSEC

Code:
Cannot Execute Your Request The requested command requires POST but GET was used


I do have dnssec=1. I followed this guide https://help.directadmin.com/item.php?id=651

I was able to use enhanced to create everything but no luck seeing anything in evolution.
Skin update should solve it:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Thank you for the report!
 
Back
Top