Sat, 27 Apr 2024 16:54:57 UTC | login

Information for build acme-tiny-0.2-3.20170516gitaf025f5.fc27

ID369
Package Nameacme-tiny
Version0.2
Release3.20170516gitaf025f5.fc27
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:46:00 UTC
CompletedSat, 14 Apr 2018 19:46:00 UTC
Tags
f28
f29
RPMs
src
acme-tiny-0.2-3.20170516gitaf025f5.fc27.src.rpm (info) (download)
noarch
acme-tiny-0.2-3.20170516gitaf025f5.fc27.noarch.rpm (info) (download)
Changelog * Wed Nov 22 2017 Stuart D. Gathman <stuart@gathman.org> 0.2-3.20170616gitaf025f5 - BZ#1507333 EL6 missing python-argparse dependency - BZ#1515781 Agreement updated. - BZ#1409345 Unwritable certs silently skipped * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-2.20170516gitaf025f5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jul 06 2017 Stuart D. Gathman <stuart@gathman.org> 0.2-1.20170616gitaf025f5 - BZ#1468045 Update to new upstream version - BZ#1409686 Message.getallmatchingheaders() is broken in python3. * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-12.20160810git5a7b4e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 0.1-11.20160810git5a7b4e7 - Rebuild for Python 3.6 * Mon Aug 22 2016 Stuart D. Gathman <stuart@gathman.org> 0.1-10.20160810git5a7b4e7 - Fix cert writable check in sign script - More tips in README-fedora.md * Mon Aug 22 2016 Stuart D. Gathman <stuart@gathman.org> 0.1-9.20160810git5a7b4e7 - Use %{systemd_requires} - Remove unneeded cronie, python dependencies - Add acme-tiny.timer to systemd scriptlets - Add README-fedora.md - acme_tiny: Fix --chain patch for python2.6 (el6) - acme_tiny: Suppress traceback on error * Sun Aug 21 2016 Stuart D. Gathman <stuart@gathman.org> 0.1-8 - Add use_systemd flag to use systemd timer and enable on Fedora and epel7 - Enable use_python3 flag for Fedora (but not epel7). * Sat Aug 20 2016 Stuart D. Gathman <stuart@gathman.org> 0.1-7 - sign: Actually use the new --chain flag - cron: Make days to expiration explicit - spec: Set file modes with install - acme.conf: mark as config * Fri Aug 19 2016 Stuart D. Gathman <stuart@gathman.org> 0.1-6 - Python3 fixes for cert-check - acme-tiny: Update patch to leave default behavior unchanged - make /var/lib/acme readable by all except private * Thu Aug 11 2016 Stuart D. Gathman <stuart@gathman.org> 0.1-5 - sign: Use tmp output to avoid wiping existing cert on error - acme_tiny: get intermediate cert from acme protocol * Thu Aug 11 2016 Stuart D. Gathman <stuart@gathman.org> 0.1-4 - Fix path of acme_tiny and make days explicit in sign script - Add crontab * Wed Aug 10 2016 Stuart D. Gathman <stuart@gathman.org> 0.1-3 - Add global acme httpd conf - Append intermediate certs, add current lets-encrypt intermediate cert * Tue Aug 09 2016 Stuart D. Gathman <stuart@gathman.org> 0.1-2 - add private, csr, certs directories - add sign script suitable for cron * Mon Aug 08 2016 Stuart D. Gathman <stuart@gathman.org> 0.1-1 - Initial RPM