./security/py-acme-tiny, Tiny script to issue and renew TLS certs from Lets Encrypt

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0.2, Package name: py312-acme-tiny-5.0.2, Maintainer: khorben

This is a tiny, auditable script that you can throw on your server to issue and
renew Let's Encrypt certificates. Since it has to be run on your server and
have access to your private Let's Encrypt account key, I tried to make it as
tiny as possible (currently less than 200 lines). The only prerequisites are
python and openssl.


Required to run:
[security/openssl] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 22.715 KB

Version history: (Expand)


CVS history: (Expand)


   2025-07-01 13:47:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-acme-tiny: updated to 5.0.2

5.0.2

CHANGELOG
* Fixed compatibility with Let's Encrypt dropping support for contacts.
* Switched from using `setup.py` to `pyproject.toml` packaging configuration.
* Updated project automated tests to use more modern versions of python.

NOTE: While the automated tests only support python 3.9+, you should still be \ 
able to use `acme_tiny.py` in older versions of python.
   2025-04-19 14:24:20 by Amitai Schleier | Files touched by this commit (2)
Log message:
py-acme-tiny: require setuptools_scm>=8.2.0nb1, adjust PLIST.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-05-01 10:57:23 by Jonathan Perkin | Files touched by this commit (1)
Log message:
py-acme-tiny: Fix PYTHON_VERSIONS_INCOMPATIBLE.
   2024-04-30 15:51:23 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-acme-tiny: convert to wheel.mk.

Bump PKGREVISION.
   2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43)
Log message:
*: setuptools_scm: switch to versioned_dependencies
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS