diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-08-19 08:20:11 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-08-19 08:20:11 +0000 |
commit | 429f42d2d6a94e3b826b267745463e21d01f6333 (patch) | |
tree | 0b1b766b986d2179ef92514b588cbf2dc6e2ac4a /package/network | |
parent | bddbb3fbfc5c1a14cae9e135103964730d42f625 (diff) | |
download | master-187ad058-429f42d2d6a94e3b826b267745463e21d01f6333.tar.gz master-187ad058-429f42d2d6a94e3b826b267745463e21d01f6333.tar.bz2 master-187ad058-429f42d2d6a94e3b826b267745463e21d01f6333.zip |
uhttpd: we don't know where the device is located, so reflect that in the cert
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46688 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/uhttpd/files/uhttpd.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config index 9df6e24527..61f8a49b6f 100644 --- a/package/network/services/uhttpd/files/uhttpd.config +++ b/package/network/services/uhttpd/files/uhttpd.config @@ -114,9 +114,9 @@ config cert px5g option bits 1024 # Location - option country DE - option state Berlin - option location Berlin + option country ZZ + option state Somewhere + option location Uknown # Common name option commonname OpenWrt |