https://bugzilla.redhat.com/show_bug.cgi?id=1366355

Zbigniew JÄ™drzejewski-Szmek <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected]    |[email protected]
              Flags|                            |fedora-review?



--- Comment #6 from Zbigniew JÄ™drzejewski-Szmek <[email protected]> ---
/usr/sbin/acme_tiny has '#!/usr/bin/env python', it should use system python,
i.e. %{__python2}.

It cannot work with python3, cert-check has old exception syntax.

Systemd units would be:
# acme-tiny.timer
[Unit]
Description=Periodic renewal of Let's Encrypt certificates

[Timer]
OnCalendar=daily
Persistent=yes

[Install]
WantedBy=timers.target

# acme-tiny.service
[Unit]
Description=Renewal of Let's Encrypt certificates

[Service]
Type=oneshot
User=acme
ExecStart=/usr/libexec/acme-tiny/sign

PrivateTmp=true
ProtectHome=yes
ProtectSystem=full

[Install]
Also=acme-tiny.timer

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to