HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ocspd — This retrieves and caches Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandcachesocspdandthisclicertificateretrieves
macos

Problem

How to use the ocspd command: This retrieves and caches Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol (OCSP) responses for certificate verification. It should not be invoked manually. More information: <https://keith.github.io/xcode-man-pages/ocspd.1.html>.

Solution

ocspd — This retrieves and caches Certificate Revocation Lists (CRLs) and Online Certificate Status Protocol (OCSP) responses for certificate verification. It should not be invoked manually. More information: <https://keith.github.io/xcode-man-pages/ocspd.1.html>.

Start the daemon:
ocspd

Code Snippets

Start the daemon

ocspd

Context

tldr-pages: osx/ocspd

Revisions (0)

No revisions yet.