How to Install and Uninstall acme-tiny.noarch Package on CentOS 8 / RHEL 8

Last updated: April 19,2024

1. Install "acme-tiny.noarch" package

Please follow the guidance below to install acme-tiny.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "acme-tiny.noarch" package

Please follow the step by step instructions below to uninstall acme-tiny.noarch on CentOS 8 / RHEL 8:

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

3. Information about the acme-tiny.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:45:36 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : acme-tiny
Version : 4.1.0
Release : 1.el8
Architecture : noarch
Size : 20 k
Source : acme-tiny-4.1.0-1.el8.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.