< Home - < Back

acme-tiny


Information about the package, acme-tiny, which is shipped with common Linux distributions. The acme-tiny package is designed for, Tiny auditable script to issue, renew Let's Encrypt certificates.


Package Name:

acme-tiny

Summary:

Tiny auditable script to issue, renew Let's Encrypt certificates

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.

Architecture:

noarch

Version:

0.2

Release:

3.20170516gitaf025f5.el6

Size:

20 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for acme-tiny


Control the acme-tiny package with the following handy commands outlined below.


Command

Description of Command

yum install acme-tiny

This command will install acme-tiny on the server.

yum remove acme-tiny

This command will un-install acme-tiny on the server. When you run this command, you will be asked if you are sure that you want to remove acme-tiny, so you have to manually confirm that you want to do this.

yum -y remove acme-tiny

This command will un-install acme-tiny on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove acme-tiny when using the -y flag.

yum update acme-tiny

This command will update acme-tiny to the latest version. When you run this command, you will be asked if you are sure that you want to remove acme-tiny, so you have to manually confirm that you want to do this.

yum -y update acme-tiny

This command will update acme-tiny to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove acme-tiny when using the -y flag.

yum info acme-tiny

This command will show you core information about the acme-tiny package.

yum deplist acme-tiny

This command will show you the dependencies for acme-tiny. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update acme-tiny

This command will check if there is an update waiting on acme-tiny. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.