mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
net/acme-common: Fix example config
Make sure we quote all strings, and add missing "option" in second example. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=acme-common
|
||||
PKG_VERSION:=1.1.0
|
||||
PKG_VERSION:=1.1.1
|
||||
|
||||
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
||||
PKG_LICENSE:=GPL-3.0-only
|
||||
|
||||
@@ -5,9 +5,9 @@ config acme
|
||||
config cert 'example_wildcard'
|
||||
option enabled 0
|
||||
option staging 1
|
||||
list domains example.org
|
||||
list domains *.example.org
|
||||
option validation_method dns
|
||||
list domains "example.org"
|
||||
list domains "*.example.org"
|
||||
option validation_method "dns"
|
||||
option dns "dns_freedns"
|
||||
list credentials 'FREEDNS_User="ssladmin@example.org"'
|
||||
list credentials 'FREEDNS_Password="1234"'
|
||||
@@ -17,7 +17,7 @@ config cert 'example_wildcard'
|
||||
config cert 'example_subdomain'
|
||||
option enabled 0
|
||||
option staging 1
|
||||
list domains example.net
|
||||
list domains www.example.net
|
||||
list domains mail.example.net
|
||||
validation_method webroot
|
||||
list domains "example.net"
|
||||
list domains "www.example.net"
|
||||
list domains "mail.example.net"
|
||||
option validation_method "webroot"
|
||||
|
||||
Reference in New Issue
Block a user