https://github.com/kisom/ocspcheck
Check OCSP status.
https://github.com/kisom/ocspcheck
Last synced: 4 months ago
JSON representation
Check OCSP status.
- Host: GitHub
- URL: https://github.com/kisom/ocspcheck
- Owner: kisom
- Created: 2014-11-04T17:41:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T16:37:27.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T12:46:13.619Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OCSP check
This is a program to check the revocation status of a certificate against
an OCSP server. It will use the OCSP URLs in the certificate provided.## Usage
```
ocspcheck [-f certificate] [-i issuer] [-s server] [server]-f certificate This is the certificate that should be
checked. It defaults to standard input.
-i issuer If this is not empty and the OCSP response
contains a certificate, the certificate
will be written to this file.
-s server This manually specifies an OCSP server
to use.
```Instead of providing a certificate, a server name can be provided on
the command line:```
$ ocspcheck kyleisom.net
fetching certificate from kyleisom.net:443
OCSP stapled response
Certificate status: good
Certificate serial number: 245888128265169107985960673048326379322
Status produced at 2014-11-03 22:43:39 +0000 UTC
Current update: 2014-11-03 22:43:39 +0000 UTC
Next update: 2014-11-07 22:43:39 +0000 UTC
```