Name: | acme-tiny |
---|---|
Version: | 4.0.4 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Applications/Internet |
Size: | 13045 |
License: | MIT |
RPM: | acme-tiny-4.0.4-1.el7.noarch.rpm |
Source RPM: | acme-tiny-4.0.4-1.el7.src.rpm |
Build Date: | Fri Jul 20 2018 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/diafygi/acme-tiny |
Summary: | Tiny auditable script to issue, renew Let's Encrypt certificates |
Description: | 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. 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. |
- Official upstream release! - Move acme_tiny.py to acme-tiny-core subpackage
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- BZ#1507333 EL6 missing python-argparse dependency - BZ#1515781 Agreement updated. - BZ#1409345 Unwritable certs silently skipped
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- BZ#1468045 Update to new upstream version - BZ#1409686 Message.getallmatchingheaders() is broken in python3.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Rebuild for Python 3.6
- Fix cert writable check in sign script - More tips in README-fedora.md
- 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
- Add use_systemd flag to use systemd timer and enable on Fedora and epel7 - Enable use_python3 flag for Fedora (but not epel7).