How To Install mod_revocator.i686 on Amazon Linux 2
In this tutorial we learn how to install mod_revocator.i686 in Amazon Linux 2. mod_revocator.i686 is CRL retrieval module for the Apache HTTP server
Introduction
In this tutorial we learn how to install mod_revocator.i686
on Amazon Linux 2.
What is mod_revocator.i686
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.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install mod_revocator.i686.
Install mod_revocator.i686 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.i686
using yum
by running the following command:
sudo yum -y install mod_revocator.i686
How To Uninstall mod_revocator.i686 on Amazon Linux 2
To uninstall only the mod_revocator.i686
package we can use the following command:
sudo yum remove mod_revocator.i686
mod_revocator.i686 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/lib/httpd/modules/mod_rev.so
/usr/lib/librevocation.so
/usr/lib/librevocation.so.0
/usr/lib/librevocation.so.1
/usr/lib/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.i686
on Amazon Linux 2 using yum.