How to Install and Uninstall acme-tiny.noarch Package on AlmaLinux 9
Last updated: November 21,2024
1. Install "acme-tiny.noarch" package
In this section, we are going to explain the necessary steps to install acme-tiny.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
acme-tiny.noarch
Copied
2. Uninstall "acme-tiny.noarch" package
Learn how to uninstall acme-tiny.noarch on AlmaLinux 9:
$
sudo dnf remove
acme-tiny.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the acme-tiny.noarch package on AlmaLinux 9
Last metadata expiration check: 0:00:43 ago on Wed Mar 13 07:41:12 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.
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.