< Home - < Back

dehydrated


Information about the package, dehydrated, which is shipped with common Linux distributions. The dehydrated package is designed for, A client for signing certificates with an ACME server.


Package Name:

dehydrated

Summary:

A client for signing certificates with an ACME server

Description:

This is a client for signing certificates with an ACME-server (currently only provided by Let's Encrypt) implemented as a relatively simple bash- script. Dehydrated supports both ACME v1 and the new ACME v2 including support for wildcard certificates! Current features: * Signing of a list of domains * Signing of a CSR * Renewal if a certificate is about to expire or SAN (subdomains) changed * Certificate revocation

Architecture:

noarch

Version:

0.6.2

Release:

1.el6

Size:

81 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for dehydrated


Control the dehydrated package with the following handy commands outlined below.


Command

Description of Command

yum install dehydrated

This command will install dehydrated on the server.

yum remove dehydrated

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

yum -y remove dehydrated

This command will un-install dehydrated 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 dehydrated when using the -y flag.

yum update dehydrated

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

yum -y update dehydrated

This command will update dehydrated 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 dehydrated when using the -y flag.

yum info dehydrated

This command will show you core information about the dehydrated package.

yum deplist dehydrated

This command will show you the dependencies for dehydrated. 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 dehydrated

This command will check if there is an update waiting on dehydrated. 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.