How To Install mod_revocator.x86_64 on Amazon Linux 2

In this tutorial we learn how to install mod_revocator.x86_64 in Amazon Linux 2. mod_revocator.x86_64 is CRL retrieval module for the Apache HTTP server

Introduction

In this tutorial we learn how to install mod_revocator.x86_64 on Amazon Linux 2.

What is mod_revocator.x86_64

The mod_revocator module retrieves and installs remote Certificate Revocate Lists (CRLs) into an Apache web server.

We can use yum to install mod_revocator.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install mod_revocator.x86_64.

Install mod_revocator.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mod_revocator.x86_64 using yum by running the following command:

sudo yum -y install mod_revocator.x86_64

How To Uninstall mod_revocator.x86_64 on Amazon Linux 2

To uninstall only the mod_revocator.x86_64 package we can use the following command:

sudo yum remove mod_revocator.x86_64

mod_revocator.x86_64 Package Contents on Amazon Linux 2

/etc/httpd/conf.d/revocator.conf
/etc/httpd/conf.modules.d/11-revocator.conf
/usr/bin/crlhelper
/usr/bin/ldapget
/usr/lib64/httpd/modules/mod_rev.so
/usr/lib64/librevocation.so
/usr/lib64/librevocation.so.0
/usr/lib64/librevocation.so.1
/usr/lib64/librevocation.so.1.0.0
/usr/libexec/crlhelper
/usr/sbin/ldapget
/usr/share/doc/mod_revocator-1.0.3
/usr/share/doc/mod_revocator-1.0.3/LICENSE
/usr/share/doc/mod_revocator-1.0.3/README
/usr/share/doc/mod_revocator-1.0.3/mod_revocator.html
/usr/share/man/man8/crlhelper.8.gz
/usr/share/man/man8/ldapget.8.gz

References

Summary

In this tutorial we learn how to install mod_revocator.x86_64 on Amazon Linux 2 using yum.