5 Commits

Author SHA1 Message Date
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
sthen
a736f1b408 backport "tls_close: EOF without close notify" suppression to ports acme-client 2020-01-25 12:22:22 +00:00
sthen
3ec8388403 warn that this port only supports ACMEv1 which let's encrypt will stop
supporting.
2020-01-17 14:13:51 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
a1085cb248 import ports/security/acme-client, the original version with a different
config style, which still has DNS-01.  ok landry@

---
acme-client is a client for the ACME protocol used by the Let's Encrypt CA.
It uses isolated processes for various operations - network code doesn't
have access to the filesystem, etc - this is enforced by pledge(2).

acme-client is present in the OpenBSD base system. This package is for the
original version, which uses a different configuration interface (CLI rather
than configuration file). It also supports the DNS-01 challenge type which
is not currently available in the version in the base system.

The executable is installed as "eacme-client".
---
2018-09-11 10:35:12 +00:00