Name: | acme-tiny |
---|---|
Version: | 4.1.0 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 13524 |
License: | MIT |
RPM: | acme-tiny-4.1.0-1.el8.noarch.rpm |
Source RPM: | acme-tiny-4.1.0-1.el8.src.rpm |
Build Date: | Fri Nov 01 2019 |
Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.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. |
- Update to 4.1.0
- Add generic notify script for incron
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Official upstream release! BZ#1560531 - Move acme_tiny.py to acme-tiny-core subpackage BZ#1438181
- 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.