o = s:option(Value, "commonname", translate("Server Hostname"), translate("a.k.a CommonName"))
o.default = luci.sys.hostname()
-o = s:option(Value, "country", translate("Country"))
-o.default = "ZZ"
+o = s:option(Value, "organization", translate("Organization"), translate("If empty, a random/unique value is used in cert generation"))
-o = s:option(Value, "state", translate("State"))
+o = s:option(Value, "location", translate("Location"))
o.default = "Unknown"
-o = s:option(Value, "location", translate("Location"))
+o = s:option(Value, "state", translate("State"))
o.default = "Unknown"
+o = s:option(Value, "country", translate("Country"))
+o.default = "ZZ"
+
return m