mirror of https://github.com/hak5/openwrt.git
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>lede-17.01
parent
9677bfbb0f
commit
eb75b6ac1f
|
@ -104,8 +104,8 @@ config uhttpd main
|
||||||
# option no_ubusauth 0
|
# option no_ubusauth 0
|
||||||
|
|
||||||
|
|
||||||
# Certificate defaults for px5g key generator
|
# Defaults for automatic certificate and key generation
|
||||||
config cert px5g
|
config cert defaults
|
||||||
|
|
||||||
# Validity time
|
# Validity time
|
||||||
option days 730
|
option days 730
|
||||||
|
|
Loading…
Reference in New Issue