acme-tiny.noarch on Rocky Linux 9

Last updated: September 30,2023

1. Install acme-tiny.noarch package

In this section, we are going to explain the necessary steps to install acme-tiny.noarch package:

sudo dnf makecache
sudo dnf install acme-tiny.noarch

2. Uninstall / Remove acme-tiny.noarch package

This guide let you learn how to uninstall acme-tiny.noarch package:

sudo dnf remove acme-tiny.noarch
sudo dnf autoremove

3. Details of acme-tiny.noarch package

Last metadata expiration check: 0:55:07 ago on Tue Sep 13 04:19:08 2022.
Available Packages
Name : acme-tiny
Version : 5.0.1
Release : 1.el9
Architecture : noarch
Size : 19 k
Source : acme-tiny-5.0.1-1.el9.src.rpm
Repository : epel
Summary : Tiny auditable script to issue, renew Let's Encrypt certificates
URL : https://github.com/diafygi/acme-tiny
License : MIT
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.