< Home - < Back

certmonger


Information about the package, certmonger, which is shipped with common Linux distributions. The certmonger package is designed for, Certificate status monitor and PKI enrollment client.


Package Name:

certmonger

Summary:

Certificate status monitor and PKI enrollment client

Description:

Certmonger is a service which is primarily concerned with getting your system enrolled with a certificate authority (CA) and keeping it enrolled.

Architecture:

x86_64

Version:

0.77.5

Release:

4.el6

Size:

637 k

Repository:

base

From Repository:

Licence:

GPLv3+



Handy Yum Commands for certmonger


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


Command

Description of Command

yum install certmonger

This command will install certmonger on the server.

yum remove certmonger

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

yum -y remove certmonger

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

yum update certmonger

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

yum -y update certmonger

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

yum info certmonger

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

yum deplist certmonger

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

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