How to Install and Uninstall acme-tiny.noarch Package on Rocky Linux 9

Last updated: April 25,2024

1. Install "acme-tiny.noarch" package

In this section, we are going to explain the necessary steps to install acme-tiny.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install acme-tiny.noarch

2. Uninstall "acme-tiny.noarch" package

This guide let you learn how to uninstall acme-tiny.noarch on Rocky Linux 9:

$ sudo dnf remove acme-tiny.noarch $ sudo dnf autoremove

3. Information about the acme-tiny.noarch package on Rocky Linux 9

Last metadata expiration check: 2:09:16 ago on Fri Feb 16 06:49:52 2024.
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.