How to Install and Uninstall pki-ocsp Package on Kali Linux

Last updated: May 18,2024

1. Install "pki-ocsp" package

In this section, we are going to explain the necessary steps to install pki-ocsp on Kali Linux

$ sudo apt update $ sudo apt install pki-ocsp

2. Uninstall "pki-ocsp" package

Here is a brief guide to show you how to uninstall pki-ocsp on Kali Linux:

$ sudo apt remove pki-ocsp $ sudo apt autoclean && sudo apt autoremove

3. Information about the pki-ocsp package on Kali Linux

Package: pki-ocsp
Source: dogtag-pki
Version: 11.0.3-4
Installed-Size: 434
Maintainer: Debian FreeIPA Team
Architecture: all
Depends: pki-server (>= 11.0.3-4)
Suggests: pki-ca
Size: 120976
SHA256: 2f2b1ad2cef6f3c69ea4598e0fa84636f155753895fdeec4b16ef1c750297d0c
SHA1: c42f40edb4a2c73aa290718ac42cc9a9d7dacb93
MD5sum: 151958c664873aa854e54dcf0356c987
Description: Certificate System - Online Certificate Status Protocol Manager
Certificate System (CS) is an enterprise software system designed
to manage enterprise Public Key Infrastructure (PKI) deployments.
.
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.
Description-md5: 28c9360dcb77096da580228539aa9826
Homepage: http://pki.fedoraproject.org
Section: java
Priority: optional
Filename: pool/main/d/dogtag-pki/pki-ocsp_11.0.3-4_all.deb