Certificates and ip tables don't exist?

wpw

Verified User
Joined
Sep 9, 2014
Messages
18
Hi guys,
I've just ugraded my brand new VPS to CB 2.0 and when i look in DA's file editor I see these files "do not exist"?
This doesn't seem right to me or am I mistaking? Is this easy to fix???

/usr/local/directadmin/conf/cacert.pem
/usr/local/directadmin/conf/cakey.pem
/usr/local/directadmin/conf/carootcert.pem
/usr/local/directadmin/data/admin/ip_blacklist
/usr/local/directadmin/data/admin/ip_whitelist

Thanks a lot for your help!
 

Attachments

  • missing.png
    missing.png
    14.8 KB · Views: 103
The first 3 are only required if you want to use https for your directadmin login (http://help.directadmin.com/item.php?id=15)
The last 2 are used for blocking directadmin login attempts which can be configured in 'Administrator Settings' (http://help.directadmin.com/item.php?id=306)
You can also just create these files to remove the message in the file editor.
Code:
touch /usr/local/directadmin/data/admin/ip_blacklist
touch /usr/local/directadmin/data/admin/ip_whitelist
 
Back
Top