Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153058062
D50701.id157204.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D50701.id157204.diff
View Options
diff --git a/security/lfacme/Makefile b/security/lfacme/Makefile
new file mode 100644
--- /dev/null
+++ b/security/lfacme/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= lfacme
+DISTVERSIONPREFIX=v
+DISTVERSION= 1.0
+CATEGORIES= security www
+
+MAINTAINER= ivy@FreeBSD.org
+COMMENT= Simple ACME client based on uacme
+WWW= https://github.com/llfw/lfacme
+
+LICENSE= PD
+
+RUN_DEPENDS= uacme:security/uacme
+
+USE_GITHUB= yes
+GH_ACCOUNT= llfw
+GH_PROJECT= lfacme
+
+SUB_FILES= pkg-message
+
+.include <bsd.port.mk>
diff --git a/security/lfacme/distinfo b/security/lfacme/distinfo
new file mode 100644
--- /dev/null
+++ b/security/lfacme/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1749137518
+SHA256 (llfw-lfacme-v1.0_GH0.tar.gz) = 9d96ccf30781de6c436d1846144b944a487de9b754573ecb6c7ed3e1e7ede33d
+SIZE (llfw-lfacme-v1.0_GH0.tar.gz) = 14226
diff --git a/security/lfacme/files/pkg-message.in b/security/lfacme/files/pkg-message.in
new file mode 100644
--- /dev/null
+++ b/security/lfacme/files/pkg-message.in
@@ -0,0 +1,17 @@
+[
+{ type: install
+ message: <<EOM
+Sample configuration files have been installed in %%PREFIX%%/etc/lfacme.
+Edit these as required, then run "lfacme setup" to create an ACME account.
+Run "lfacme renew" to issue certificates.
+
+To enable the daily periodic script to renew certificates, set:
+
+ daily_lfacme_enable=YES
+
+in /etc/periodic.conf.
+
+Refer to lfacme(8) for further documentation.
+EOM
+}
+]
diff --git a/security/lfacme/pkg-descr b/security/lfacme/pkg-descr
new file mode 100644
--- /dev/null
+++ b/security/lfacme/pkg-descr
@@ -0,0 +1,6 @@
+lfacme is a simple ACME client based on uacme. It allows TLS certificates
+to be issued and renewed using an ACME-based certificate provider, such as
+Let's Encrypt.
+
+lfacme includes support for HTTP- and DNS-based ACME domain validation,
+including Kerberos-authenticated Dynamic DNS updates.
diff --git a/security/lfacme/pkg-plist b/security/lfacme/pkg-plist
new file mode 100644
--- /dev/null
+++ b/security/lfacme/pkg-plist
@@ -0,0 +1,24 @@
+@sample %%ETCDIR%%/acme.conf.sample
+@sample %%ETCDIR%%/domains.conf.sample
+%%ETCDIR%%/hooks/example-hook
+etc/periodic/daily/900.lfacme
+sbin/lfacme
+%%DATADIR%%/challenge/dns
+%%DATADIR%%/challenge/http
+%%DATADIR%%/challenge/kerberos
+%%DATADIR%%/challenge/ualpn
+%%DATADIR%%/command/cert.sh
+%%DATADIR%%/command/renew.sh
+%%DATADIR%%/command/setup.sh
+%%DATADIR%%/dnsutils.sh
+%%DATADIR%%/init.sh
+share/man/man5/acme.conf.5.gz
+share/man/man5/domains.conf.5.gz
+share/man/man7/lfacme-dns.7.gz
+share/man/man7/lfacme-http.7.gz
+share/man/man7/lfacme-kerberos.7.gz
+share/man/man7/lfacme-ualpn.7.gz
+share/man/man8/lfacme-cert.8.gz
+share/man/man8/lfacme-renew.8.gz
+share/man/man8/lfacme-setup.8.gz
+share/man/man8/lfacme.8.gz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 9:38 PM (2 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31800651
Default Alt Text
D50701.id157204.diff (2 KB)
Attached To
Mode
D50701: security/lfacme: a simple ACME client based on uacme
Attached
Detach File
Event Timeline
Log In to Comment