How to Install and Uninstall pki-ocsp.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "pki-ocsp.noarch" package

Please follow the guidelines below to install pki-ocsp.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install pki-ocsp.noarch

2. Uninstall "pki-ocsp.noarch" package

This guide covers the steps necessary to uninstall pki-ocsp.noarch on Fedora 34:

$ sudo dnf remove pki-ocsp.noarch $ sudo dnf autoremove

3. Information about the pki-ocsp.noarch package on Fedora 34

Last metadata expiration check: 2:48:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pki-ocsp
Version : 10.10.7
Release : 1.fc34
Architecture : noarch
Size : 88 k
Source : dogtag-pki-10.10.7-1.fc34.src.rpm
Repository : updates
Summary : PKI OCSP Package
URL : https://www.dogtagpki.org
License : GPLv2 and LGPLv2
Description : The Online Certificate Status Protocol (OCSP) Manager is an optional PKI
: subsystem that can act as a stand-alone OCSP service. The OCSP Manager
: performs the task of an online certificate validation authority by enabling
: OCSP-compliant clients to do real-time verification of certificates. Note
: that an online certificate-validation authority is often referred to as an
: OCSP Responder.
:
: Although the Certificate Authority (CA) is already configured with an
: internal OCSP service. An external OCSP Responder is offered as a separate
: subsystem in case the user wants the OCSP service provided outside of a
: firewall while the CA resides inside of a firewall, or to take the load of
: requests off of the CA.
:
: The OCSP Manager can receive Certificate Revocation Lists (CRLs) from
: multiple CA servers, and clients can query the OCSP Manager for the
: revocation status of certificates issued by all of these CA servers.
:
: When an instance of OCSP Manager is set up with an instance of CA, and
: publishing is set up to this OCSP Manager, CRLs are published to it
: whenever they are issued or updated.