Sat, 27 Apr 2024 08:29:01 UTC | login

Information for build acme-tiny-4.1.0-3.fc33

ID155550
Package Nameacme-tiny
Version4.1.0
Release3.fc33
Epoch
SummaryTiny auditable script to issue, renew Let's Encrypt certificates
DescriptionThis 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. Well, that and a web server - but then you only need this with a web server. This package adds a simple directory layout and timer service that runs acme_tiny on installed CSRs as the acme user for privilege separation.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 16 Apr 2020 11:13:41 UTC
CompletedThu, 16 Apr 2020 11:13:41 UTC
Tags
f33
RPMs
src
acme-tiny-4.1.0-3.fc33.src.rpm (info) (download)
noarch
acme-tiny-4.1.0-3.fc33.noarch.rpm (info) (download)
acme-tiny-core-4.1.0-3.fc33.noarch.rpm (info) (download)
Changelog * Thu Apr 09 2020 Stuart D. Gathman <stuart@gathman.org> 4.1.0-3 - Update README-fedora.md to describe notify.sh - Apply selected changes from Marcel Metz <mmetz@adrian-broher.net>: - Use openssl x509 -checkend parameter to determine certificate expiration - Remove Let's Encrypt intermediate certificate - Remove cron job used on non systemd systems * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Oct 11 2019 Tim Jackson <rpm@timj.co.uk> - 4.1.0-1 - Update to 4.1.0 * Fri Oct 11 2019 Stuart D. Gathman <stuart@gathman.org> 4.0.4-5 - Add generic notify script for incron * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue May 22 2018 Stuart D. Gathman <stuart@gathman.org> 4.0.4-1 - Official upstream release! BZ#1560531 - Move acme_tiny.py to acme-tiny-core subpackage BZ#1438181