View | Details | Raw Unified | Return to bug 226587
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	acme.sh
3
PORTNAME=	acme.sh
4
PORTVERSION=	2.7.6
4
PORTVERSION=	2.7.7
5
PORTREVISION=	2
6
CATEGORIES=	security
5
CATEGORIES=	security
7
6
8
MAINTAINER=	dvl@FreeBSD.org
7
MAINTAINER=	dvl@FreeBSD.org
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1518224077
1
TIMESTAMP = 1520991663
2
SHA256 (Neilpang-acme.sh-2.7.6_GH0.tar.gz) = 2db02d6219ea61b2dd554ab4435738c39cbf815dc28dbeddfae6b7d3c8ee68d3
2
SHA256 (Neilpang-acme.sh-2.7.7_GH0.tar.gz) = 480f0b4daf28e3355ac72e2d1d1c9297ae255146eca9631b7b95884d90873ae2
3
SIZE (Neilpang-acme.sh-2.7.6_GH0.tar.gz) = 94267
3
SIZE (Neilpang-acme.sh-2.7.7_GH0.tar.gz) = 103572
(-)pkg-descr (+3 lines)
Lines 1-6 Link Here
1
ACME protocol client written in shell
1
ACME protocol client written in shell
2
2
3
- Full ACME protocol implementation.
3
- Full ACME protocol implementation.
4
- Support ACME v1 and ACME v2.
5
- Support ACME v2 wildcard certs.
4
- Simple, powerful and very easy to use. You only need 3 minutes to learn it.
6
- Simple, powerful and very easy to use. You only need 3 minutes to learn it.
5
- Bash, dash and sh compatible.
7
- Bash, dash and sh compatible.
6
- Simplest shell script for Let's Encrypt free certificate client.
8
- Simplest shell script for Let's Encrypt free certificate client.
Lines 9-13 ACME protocol client written in shell Link Here
9
- Just one script to issue, renew and install your certificates automatically.
11
- Just one script to issue, renew and install your certificates automatically.
10
- DOES NOT require root/sudoer access.
12
- DOES NOT require root/sudoer access.
11
- Docker friendly.
13
- Docker friendly.
14
- IPv6 support.
12
15
13
WWW: https://github.com/Neilpang/acme.sh/
16
WWW: https://github.com/Neilpang/acme.sh/
(-)pkg-plist (+5 lines)
Lines 14-21 sbin/acme.sh Link Here
14
%%EXAMPLESDIR%%/deploy/nginx.sh
14
%%EXAMPLESDIR%%/deploy/nginx.sh
15
%%EXAMPLESDIR%%/deploy/opensshd.sh
15
%%EXAMPLESDIR%%/deploy/opensshd.sh
16
%%EXAMPLESDIR%%/deploy/pureftpd.sh
16
%%EXAMPLESDIR%%/deploy/pureftpd.sh
17
%%EXAMPLESDIR%%/deploy/ssh.sh
17
%%EXAMPLESDIR%%/deploy/strongswan.sh
18
%%EXAMPLESDIR%%/deploy/strongswan.sh
18
%%EXAMPLESDIR%%/deploy/unifi.sh
19
%%EXAMPLESDIR%%/deploy/unifi.sh
20
%%EXAMPLESDIR%%/deploy/vault_cli.sh
19
%%EXAMPLESDIR%%/deploy/vsftpd.sh
21
%%EXAMPLESDIR%%/deploy/vsftpd.sh
20
%%EXAMPLESDIR%%/dnsapi/README.md
22
%%EXAMPLESDIR%%/dnsapi/README.md
21
%%EXAMPLESDIR%%/dnsapi/dns_ad.sh
23
%%EXAMPLESDIR%%/dnsapi/dns_ad.sh
Lines 27-36 sbin/acme.sh Link Here
27
%%EXAMPLESDIR%%/dnsapi/dns_cloudns.sh
29
%%EXAMPLESDIR%%/dnsapi/dns_cloudns.sh
28
%%EXAMPLESDIR%%/dnsapi/dns_cx.sh
30
%%EXAMPLESDIR%%/dnsapi/dns_cx.sh
29
%%EXAMPLESDIR%%/dnsapi/dns_cyon.sh
31
%%EXAMPLESDIR%%/dnsapi/dns_cyon.sh
32
%%EXAMPLESDIR%%/dnsapi/dns_da.sh
30
%%EXAMPLESDIR%%/dnsapi/dns_dgon.sh
33
%%EXAMPLESDIR%%/dnsapi/dns_dgon.sh
31
%%EXAMPLESDIR%%/dnsapi/dns_dnsimple.sh
34
%%EXAMPLESDIR%%/dnsapi/dns_dnsimple.sh
32
%%EXAMPLESDIR%%/dnsapi/dns_do.sh
35
%%EXAMPLESDIR%%/dnsapi/dns_do.sh
33
%%EXAMPLESDIR%%/dnsapi/dns_dp.sh
36
%%EXAMPLESDIR%%/dnsapi/dns_dp.sh
37
%%EXAMPLESDIR%%/dnsapi/dns_dreamhost.sh
34
%%EXAMPLESDIR%%/dnsapi/dns_duckdns.sh
38
%%EXAMPLESDIR%%/dnsapi/dns_duckdns.sh
35
%%EXAMPLESDIR%%/dnsapi/dns_dyn.sh
39
%%EXAMPLESDIR%%/dnsapi/dns_dyn.sh
36
%%EXAMPLESDIR%%/dnsapi/dns_dynu.sh
40
%%EXAMPLESDIR%%/dnsapi/dns_dynu.sh
Lines 58-60 sbin/acme.sh Link Here
58
%%EXAMPLESDIR%%/dnsapi/dns_unoeuro.sh
62
%%EXAMPLESDIR%%/dnsapi/dns_unoeuro.sh
59
%%EXAMPLESDIR%%/dnsapi/dns_vscale.sh
63
%%EXAMPLESDIR%%/dnsapi/dns_vscale.sh
60
%%EXAMPLESDIR%%/dnsapi/dns_yandex.sh
64
%%EXAMPLESDIR%%/dnsapi/dns_yandex.sh
65
%%EXAMPLESDIR%%/dnsapi/dns_zonomi.sh

Return to bug 226587