Sophie

Sophie

distrib > Mageia > 8 > armv7hl > by-pkgid > 30af0b8b45f85ca9df14d5e6b6ac9877 > files > 2

acme-tiny-4.1.0-2.mga8.src.rpm

Name:           acme-tiny
Version:        4.1.0
Release:        %mkrel 2
Summary:        A tiny script to issue and renew TLS certs from Let's Encrypt
Group:          Development/Python
License:        MIT
URL:            https://github.com/diafygi/acme-tiny
Source0:        https://github.com/diafygi/acme-tiny/archive/acme-tiny-%{version}.tar.gz
Requires:       python3
Requires:       openssl
BuildArch:      noarch

%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.

%prep
%setup -q

%build

%install
install -D -m 755 acme_tiny.py %{buildroot}%{_bindir}/acme_tiny.py
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" %{buildroot}%{_bindir}

%files
%doc LICENSE README.md
%{_bindir}/acme_tiny.py


%changelog
* Wed Feb 19 2020 umeabot <umeabot> 4.1.0-2.mga8
+ Revision: 1543187
- Mageia 8 Mass Rebuild

* Sat Jan 18 2020 guillomovitch <guillomovitch> 4.1.0-1.mga8
+ Revision: 1481406
- imported package acme-tiny