diff --git a/net/acme-common/Makefile b/net/acme-common/Makefile index ac92fc5642..324b742b60 100644 --- a/net/acme-common/Makefile +++ b/net/acme-common/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme-common -PKG_VERSION:=1.0.3 +PKG_VERSION:=1.0.4 PKG_MAINTAINER:=Toke Høiland-Jørgensen PKG_LICENSE:=GPL-3.0-only diff --git a/net/acme-common/files/acme.config b/net/acme-common/files/acme.config index c67c24e78b..8d1c4934b3 100644 --- a/net/acme-common/files/acme.config +++ b/net/acme-common/files/acme.config @@ -5,19 +5,19 @@ config acme config cert 'example_wildcard' option enabled 0 option staging 1 - list domains example.org - list domains sub.example.org - list domains *.sub.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"' 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 - validation_method webroot + list domains "example.net" + list domains "www.example.net" + list domains "mail.example.net" + option validation_method "webroot"