add a note to DESCR making it clear that this is a third-party client.

(already mentioned in COMMENT but jung@ suggested DESCR as well).
This commit is contained in:
sthen 2016-01-01 19:10:34 +00:00
parent 3fd21adde6
commit f49014fddf
2 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2016/01/01 00:43:29 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2016/01/01 19:10:34 sthen Exp $
COMMENT= small 3rd-party letsencrypt client
DISTNAME= acme-tiny-20151215
REVISION= 0
REVISION= 1
HOMEPAGE= https://github.com/diafygi/acme-tiny

View File

@ -1,3 +1,4 @@
This is a tiny (less than 200 lines) auditable script that can handle
issue and renewal of Let's Encrypt certificates, using calls to openssl(1)
to handle key operations.
to handle key operations. It's a third-party client, it doesn't originate
from letsencrypt.org themselves.