From aa7a9b8b8a623aeb9d323bd83550b3636245d5ec Mon Sep 17 00:00:00 2001 From: kaloz Date: Wed, 19 Aug 2015 08:21:20 +0000 Subject: [PATCH] uhttpd: we don't know where the device is located, so reflect that in the cert backport of r46688 Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46689 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/uhttpd/files/uhttpd.config | 6 +++--- 1 file 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 -- 2.11.0