acme-common: simplify config example
authorSergey Ponomarev <redacted>
Wed, 28 Feb 2024 20:06:33 +0000 (22:06 +0200)
committerToke Høiland-Jørgensen <redacted>
Fri, 1 Mar 2024 16:01:40 +0000 (17:01 +0100)
Make it more practical to easier get an idea

Signed-off-by: Sergey Ponomarev <redacted>
net/acme-common/Makefile
net/acme-common/files/acme.config

index 324b742b6099b63f5f938ba3507f9092e554b5c3..f88a2408ebea83ec3c5ea8bad8f911077cbdff7f 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=acme-common
-PKG_VERSION:=1.0.4
+PKG_VERSION:=1.1.0
 
 PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
 PKG_LICENSE:=GPL-3.0-only
index c67c24e78b7ab4d1e8c608c0f3c9ec82dd492593..e88ef2c904c95fbd411e83731a09d39f2365615e 100644 (file)
@@ -6,8 +6,7 @@ config cert 'example_wildcard'
        option enabled 0
        option staging 1
        list domains example.org
-       list domains sub.example.org
-       list domains *.sub.example.org
+       list domains *.example.org
        option validation_method dns
        option dns "dns_freedns"
        list credentials 'FREEDNS_User="ssladmin@example.org"'
@@ -15,9 +14,10 @@ config cert 'example_wildcard'
        option calias "example.com"
        option dalias "dalias.example.com"
 
-config cert 'example'
+config cert 'example_subdomain'
        option enabled 0
        option staging 1
-       list domains example.org
-       list domains sub.example.org
+       list domains example.net
+       list domains www.example.net
+       list domains mail.example.net
        validation_method webroot
git clone https://git.99rst.org/PROJECT