diff --git a/files/etc/config/openwisp b/files/etc/config/openwisp
index 181e08b2e4c1978e4213b5634f9e1a7d43bd5a38..07874331ca91aaec3af53b2b375ff3ceced70541 100644
--- a/files/etc/config/openwisp
+++ b/files/etc/config/openwisp
@@ -1,8 +1,7 @@
 config controller 'http'
         option url 'https://openwisp.faked.org'
         option shared_secret 'fSIRdSdsqoKYhCYovE1zareJhkOKMtcL'
-        default_hostname 'openwrt'
-        mac_interface 'br-lan'
-        management_interface 'br-lan'
-        option uuid ''
-        option key ''
+        option default_hostname 'openwrt'
+        option mac_interface 'br-lan'
+        option management_interface 'br-lan'
+        option verify_ssl '0'