[source] uhttpd: rename certificate defaults section
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 6 02:29:36 PDT 2016
jow pushed a commit to source.git, branch master:
https://git.lede-project.org/eb75b6ac1f0a3318e9a5f147a6c6a46e1eda0caf
commit eb75b6ac1f0a3318e9a5f147a6c6a46e1eda0caf
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Thu Oct 6 11:27:09 2016 +0200
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 at mein.io>
---
package/network/services/uhttpd/files/uhttpd.config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config
index db57095..fab5160 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
More information about the lede-commits
mailing list