Path to this page:
./
security/acmesh,
Lets Encrypt ACME client in shell script
Branch: CURRENT,
Version: 3.0.5,
Package name: acmesh-3.0.5,
Maintainer: ryoonA pure Unix shell script implementing ACME client protocol
* An ACME protocol client written purely in Shell (Unix shell) language.
* Full ACME protocol implementation.
* Support ACME v1 and ACME v2
* Support ACME v2 wildcard certs
* Simple, powerful and very easy to use. You only need 3 minutes to learn it.
* Bash, dash and sh compatible.
* Simplest shell script for Let's Encrypt free certificate client.
* Purely written in Shell with no dependencies on python or the official
Let's Encrypt client.
* Just one script to issue, renew and install your certificates automatically.
* DOES NOT require root/sudoer access.
* Docker friendly
* IPv6 support
Required to run:[
www/curl] [
net/socat] [
security/mozilla-rootcerts]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 263.762 KB
Version history: (Expand)
- (2023-01-04) Updated to version: acmesh-3.0.5
- (2021-10-17) Updated to version: acmesh-3.0.1
- (2021-08-23) Updated to version: acmesh-3.0.0
- (2021-07-22) Updated to version: acmesh-2.9.0nb1
- (2021-06-12) Updated to version: acmesh-2.9.0
- (2020-12-03) Updated to version: acmesh-2.8.8
CVS history: (Expand)
2023-01-04 18:27:11 by Patrick Welche | Files touched by this commit (3) |
Log message:
Update acmesh to 3.0.5
- fix Why try to purge Cloudflare DNS TXT record? #4369 and other bugs
- support Google Public CA
- support NotBefore and NotAfter fields.
- more dns apis support.
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-17 11:02:46 by Nia Alarie | Files touched by this commit (3) |  |
Log message:
acmesh: update to 3.0.1
Changes:
- We don't have bugs for the DST roots, but we add a new useful command \
"--set-default-chain" for the users to fix the chains fast.
- More dns apis are added.
- More deploy hooks are added.
- Normal bug fixes.
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-07-22 21:05:14 by Thomas Merkel | Files touched by this commit (2) |
Log message:
acmesh: fix sub-folder installation for notify and dnsapi support
It's required to install sub-folders which contains scripts for notify and
dnsapi support. Change default folder for scripts to share folder and symlink
to sbin.
Bump PKGREVISION.
|
2021-06-12 09:04:47 by Nia Alarie | Files touched by this commit (2) |  |
Log message:
acmesh: update to 2.9.0
ACME v1 is removed.
Bug fixes.
fixed --preferred-chain
more DNS APIs are supported.
|
2020-12-03 14:50:50 by Nia Alarie | Files touched by this commit (2) |
Log message:
acmesh: Update to 2.8.8
Changes:
More dns apis added
Bug fixes.
Move CI checks from travis-ci to Github Actions by https://vmactions.org
|
2020-11-10 20:04:45 by Kimmo Suominen | Files touched by this commit (2) |  |
Log message:
acmesh: update to 2.8.7
Changes since 2.8.6:
- Support External Account Binding (EAB)
- Support ZeroSSL.com CA
- Support preferred-chain
- More dns api support
- Adds Docker multi-arch build support
Also remove incorrect (unnecessary) dependency on mozilla-rootcerts.
OK by ryoon@
|