diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-10-06 11:27:09 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-10-06 11:29:24 +0200 |
commit | eb75b6ac1f0a3318e9a5f147a6c6a46e1eda0caf (patch) | |
tree | fe50f1a721b5ee74f87198fdf172e6991b4f98b2 /package/network/services/uhttpd | |
parent | 9677bfbb0fcb035550b9c8d380481273a89c4f52 (diff) | |
download | upstream-eb75b6ac1f0a3318e9a5f147a6c6a46e1eda0caf.tar.gz upstream-eb75b6ac1f0a3318e9a5f147a6c6a46e1eda0caf.tar.bz2 upstream-eb75b6ac1f0a3318e9a5f147a6c6a46e1eda0caf.zip |
uhttpd: rename certificate defaults section
Now that the uhttpd init script can generate certificates using openssl as
well, update the section name and related comment to be more generic.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/services/uhttpd')
-rw-r--r-- | package/network/services/uhttpd/files/uhttpd.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config index db57095d12..fab5160514 100644 --- a/package/network/services/uhttpd/files/uhttpd.config +++ b/package/network/services/uhttpd/files/uhttpd.config @@ -104,8 +104,8 @@ config uhttpd main # option no_ubusauth 0 -# Certificate defaults for px5g key generator -config cert px5g +# Defaults for automatic certificate and key generation +config cert defaults # Validity time option days 730 |