Change Details
| package/uhttpd/files/uhttpd.init |
| 45 | 45 | $PX5G_BIN selfsigned -der \ |
| 46 | 46 | -days ${days:-730} -newkey rsa:${bits:-1024} -keyout "$UHTTPD_KEY" -out "$UHTTPD_CERT" \ |
| 47 | 47 | -subj /C=${country:-DE}/ST=${state:-Saxony}/L=${location:-Leipzig}/CN=${commonname:-OpenWrt} |
| 48 | | } || { |
| 49 | | echo "WARNING: the specified certificate and key" \ |
| 50 | | "files do not exist and the px5g generator" \ |
| 51 | | "is not available, skipping SSL setup." |
| 52 | | } |
| 48 | } |
| 53 | 49 | } |
| 54 | 50 | |
| 55 | 51 | start_instance() |
Download the corresponding diff file