From eb75b6ac1f0a3318e9a5f147a6c6a46e1eda0caf Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 6 Oct 2016 11:27:09 +0200 Subject: [PATCH] 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 --- 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 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 -- 2.30.2