X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fuhttpd%2Ffiles%2Fuhttpd.init;h=1ec009663b5f5f0217292f51d1d8929545c66a7d;hb=08630dd20825db7f635b73db9be4270ca61ee29c;hp=069e16fff1ca769028d98764e615294230a2ade9;hpb=8d34194acd4340ae4ee55d09c76fcad8327e15fe;p=10.03%2Fopenwrt.git diff --git a/package/uhttpd/files/uhttpd.init b/package/uhttpd/files/uhttpd.init index 069e16fff..1ec009663 100755 --- a/package/uhttpd/files/uhttpd.init +++ b/package/uhttpd/files/uhttpd.init @@ -44,7 +44,7 @@ generate_keys() { [ -x "$PX5G_BIN" ] && { $PX5G_BIN selfsigned -der \ -days ${days:-730} -newkey rsa:${bits:-1024} -keyout "$UHTTPD_KEY" -out "$UHTTPD_CERT" \ - -subj /C=${country:-DE}/ST=${state:-Saxony}/L=${location:-Leipzig}/CN=${commonname:-OpenWrt} + -subj /C="${country:-DE}"/ST="${state:-Saxony}"/L="${location:-Leipzig}"/CN="${commonname:-OpenWrt}" } }